Html Css Color HEX #C96242 Dark Coral

📋 copy color: '#C96242'

red 201 ◦ green 98 ◦ blue 66

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

Shades of Dark Coral #C96242

Tints of Dark Coral #C96242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.85%

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

R = 55.07%
G = 26.85%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C96242 (or 0xC96242) is known color: Dark Coral. HEX triplet: C9, 62 and 42. RGB value is (201,98,66). Sum of RGB (Red+Green+Blue) = 201+98+66=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C96242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96242 is #369DBD. Grayscale: #7D7D7D. Windows color (decimal): -3579326 or 4350665. OLE color: 4350665.

HSL color Cylindrical-coordinate representation of color #C96242: hue angle of 14.22º 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 #C96242 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 98 66 -
CMYK 0 0.51 0.67 0.21
HSL 14.22º 0.56% 0.52% -
HSV(B) 14.22º 0.67% 0.79% -
XYZ 29.44 21.55 7.76 -
YUV 125.15 94.62 182.1 -
System Red Green Blue C M Y K H S L
Decimal 201 98 66 0 0.51 0.67 0.21 14.22 0.56 0.52
Hex C9 62 42 0 33 43 15 E 38 34
Octal 311 142 102 0 63 103 25 16 70 64
Binary 11001001 1100010 1000010 0 110011 1000011 10101 1110 111000 110100

Color Harmonies of #C96242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96242

Black with #C96242

Text Example


Text Example

White with #C96242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96242; }

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

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

background-color css

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

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

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

border-color css

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

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

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