Html Css Color HEX #C85A4C Dark Coral

📋 copy color: '#C85A4C'

red 200 ◦ green 90 ◦ blue 76

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

Shades of Dark Coral #C85A4C

Tints of Dark Coral #C85A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.77%

R = 54.64%
G = 24.59%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C85A4C (or 0xC85A4C) is known color: Dark Coral. HEX triplet: C8, 5A and 4C. RGB value is (200,90,76). Sum of RGB (Red+Green+Blue) = 200+90+76=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85A4C is #37A5B3. Grayscale: #797979. Windows color (decimal): -3646900 or 5003976. OLE color: 5003976.

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

Color convert

RGB 200 90 76 -
CMYK 0 0.55 0.62 0.22
HSL 6.77º 0.53% 0.54% -
HSV(B) 6.77º 0.62% 0.78% -
XYZ 28.78 20.11 9.2 -
YUV 121.29 102.44 184.14 -
System Red Green Blue C M Y K H S L
Decimal 200 90 76 0 0.55 0.62 0.22 6.77 0.53 0.54
Hex C8 5A 4C 0 37 3E 16 7 35 36
Octal 310 132 114 0 67 76 26 7 65 66
Binary 11001000 1011010 1001100 0 110111 111110 10110 111 110101 110110

Color Harmonies of #C85A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A4C

Black with #C85A4C

Text Example


Text Example

White with #C85A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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