Html Css Color HEX #C85A42 Dark Coral

📋 copy color: '#C85A42'

red 200 ◦ green 90 ◦ blue 66

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

Shades of Dark Coral #C85A42

Tints of Dark Coral #C85A42

RGB

 RED value IS 200 (78.52% from 255) = 56.18%

 GREEN value IS 90 (35.55% from 255) = 25.28%

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

R = 56.18%
G = 25.28%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C85A42 (or 0xC85A42) is known color: Dark Coral. HEX triplet: C8, 5A and 42. RGB value is (200,90,66). Sum of RGB (Red+Green+Blue) = 200+90+66=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85A42 is #37A5BD. Grayscale: #787878. Windows color (decimal): -3646910 or 4348616. OLE color: 4348616.

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

Color convert

RGB 200 90 66 -
CMYK 0 0.55 0.67 0.22
HSL 10.75º 0.55% 0.52% -
HSV(B) 10.75º 0.67% 0.78% -
XYZ 28.46 19.99 7.51 -
YUV 120.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 200 90 66 0 0.55 0.67 0.22 10.75 0.55 0.52
Hex C8 5A 42 0 37 43 16 B 37 34
Octal 310 132 102 0 67 103 26 13 67 64
Binary 11001000 1011010 1000010 0 110111 1000011 10110 1011 110111 110100

Color Harmonies of #C85A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A42

Black with #C85A42

Text Example


Text Example

White with #C85A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A42; }

 p { color: rgb(200,90,66); }

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

background-color css

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

 a { background-color: rgb(200,90,66); }

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

border-color css

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

 span { border-color: rgb(200,90,66); }

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