Html Css Color HEX #C85C42 Dark Coral

📋 copy color: '#C85C42'

red 200 ◦ green 92 ◦ blue 66

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

Shades of Dark Coral #C85C42

Tints of Dark Coral #C85C42

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.7%

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

R = 55.87%
G = 25.7%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C85C42 (or 0xC85C42) is known color: Dark Coral. HEX triplet: C8, 5C and 42. RGB value is (200,92,66). Sum of RGB (Red+Green+Blue) = 200+92+66=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85C42 is #37A3BD. Grayscale: #797979. Windows color (decimal): -3646398 or 4349128. OLE color: 4349128.

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

Color convert

RGB 200 92 66 -
CMYK 0 0.54 0.67 0.22
HSL 11.64º 0.55% 0.52% -
HSV(B) 11.64º 0.67% 0.78% -
XYZ 28.63 20.33 7.57 -
YUV 121.33 96.78 184.11 -
System Red Green Blue C M Y K H S L
Decimal 200 92 66 0 0.54 0.67 0.22 11.64 0.55 0.52
Hex C8 5C 42 0 36 43 16 C 37 34
Octal 310 134 102 0 66 103 26 14 67 64
Binary 11001000 1011100 1000010 0 110110 1000011 10110 1100 110111 110100

Color Harmonies of #C85C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85C42

Black with #C85C42

Text Example


Text Example

White with #C85C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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