Html Css Color HEX #C96142 Dark Coral

📋 copy color: '#C96142'

red 201 ◦ green 97 ◦ blue 66

#C96142
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Coral #C96142

Tints of Dark Coral #C96142

RGB

 RED value IS 201 (78.91% from 255) = 55.22%

 GREEN value IS 97 (38.28% from 255) = 26.65%

 BLUE value IS 66 (26.17% from 255) = 18.13%

R = 55.22%
G = 26.65%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C96142 (or 0xC96142) is known color: Dark Coral. HEX triplet: C9, 61 and 42. RGB value is (201,97,66). Sum of RGB (Red+Green+Blue) = 201+97+66=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C96142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96142 is #369EBD. Grayscale: #7C7C7C. Windows color (decimal): -3579582 or 4350409. OLE color: 4350409.

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

Color convert

RGB 201 97 66 -
CMYK 0 0.52 0.67 0.21
HSL 13.78º 0.56% 0.52% -
HSV(B) 13.78º 0.67% 0.79% -
XYZ 29.35 21.36 7.73 -
YUV 124.56 94.96 182.52 -
System Red Green Blue C M Y K H S L
Decimal 201 97 66 0 0.52 0.67 0.21 13.78 0.56 0.52
Hex C9 61 42 0 34 43 15 E 38 34
Octal 311 141 102 0 64 103 25 16 70 64
Binary 11001001 1100001 1000010 0 110100 1000011 10101 1110 111000 110100

Color Harmonies of #C96142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96142

Black with #C96142

Text Example


Text Example

White with #C96142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96142; }

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

 H1.HeaderClassName
 {
   color: #C96142;
 }
 .AnyTagClassName
 {
   color: #C96142;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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