#C96143

Color #C96143 Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #C96143

Tints of Dark Coral #C96143

Color information

#C96143 (or 0xC96143) is unknown color: approx Dark Coral. HEX triplet: C9, 61 and 43. RGB value is (201,97,67). Sum of RGB (Red+Green+Blue) = 201+97+67=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C96143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96143 is #369EBC. Grayscale: #7C7C7C. Windows color (decimal): -3579581 or 4415945. OLE color: 4415945.

HSL color Cylindrical-coordinate representation of color #C96143: hue angle of 13.43º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C96143 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB2019767-
CMYK00.520.670.21
HSL13.43º55.37%52.55%-
HSV(B)13.43º66.67%78.82%-
XYZ29.3821.377.89-
YUV124.6895.46182.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 55.07%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 67 (26.56% from 255) = 18.36%
R=55.07%
G=26.58%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201976700.520.670.2113.4355.3752.55
HexC961430344315d3735
Octal31114110306410325156765
Binary110010011100001100001101101001000011101011101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96143; }

 p { color: rgb(201,97,67); }

 H1.HeaderClassName
 {
   color: #C96143;
 }
 .AnyTagClassName
 {
   color: #C96143;
 }
</style>
background-color css

<style>
 a { background-color: #C96143; }

 a { background-color: rgb(201,97,67); }

 div.DivClassName
 {
   background-color: #C96143;
 }
 .BgClassName
 {
   background-color: #C96143;
 }
</style>
border-color css

<style>
 span { border-color: #C96143; }

 span { border-color: rgb(201,97,67); }

 td.TdClassName
 {
   border-color: #C96143;
 }
 .TagClassName
 {
   border-color: #C96143;
 }
</style>