Html Css Color HEX #C85A41 Dark Coral

📋 copy color: '#C85A41'

red 200 ◦ green 90 ◦ blue 65

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

Shades of Dark Coral #C85A41

Tints of Dark Coral #C85A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.31%

R = 56.34%
G = 25.35%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C85A41 (or 0xC85A41) is known color: Dark Coral. HEX triplet: C8, 5A and 41. RGB value is (200,90,65). Sum of RGB (Red+Green+Blue) = 200+90+65=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85A41 is #37A5BE. Grayscale: #787878. Windows color (decimal): -3646911 or 4283080. OLE color: 4283080.

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

Color convert

RGB 200 90 65 -
CMYK 0 0.55 0.68 0.22
HSL 11.11º 0.55% 0.52% -
HSV(B) 11.11º 0.68% 0.78% -
XYZ 28.43 19.97 7.36 -
YUV 120.04 96.94 185.03 -
System Red Green Blue C M Y K H S L
Decimal 200 90 65 0 0.55 0.68 0.22 11.11 0.55 0.52
Hex C8 5A 41 0 37 44 16 B 37 34
Octal 310 132 101 0 67 104 26 13 67 64
Binary 11001000 1011010 1000001 0 110111 1000100 10110 1011 110111 110100

Color Harmonies of #C85A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A41

Black with #C85A41

Text Example


Text Example

White with #C85A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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