Html Css Color HEX #C85D4B Dark Coral

📋 copy color: '#C85D4B'

red 200 ◦ green 93 ◦ blue 75

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

Shades of Dark Coral #C85D4B

Tints of Dark Coral #C85D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.27%

 BLUE value IS 75 (29.69% from 255) = 20.38%

R = 54.35%
G = 25.27%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C85D4B (or 0xC85D4B) is known color: Dark Coral. HEX triplet: C8, 5D and 4B. RGB value is (200,93,75). Sum of RGB (Red+Green+Blue) = 200+93+75=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85D4B is #37A2B4. Grayscale: #7B7B7B. Windows color (decimal): -3646133 or 4939208. OLE color: 4939208.

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

Color convert

RGB 200 93 75 -
CMYK 0 0.54 0.62 0.22
HSL 8.64º 0.53% 0.54% -
HSV(B) 8.64º 0.63% 0.78% -
XYZ 29 20.62 9.11 -
YUV 122.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 200 93 75 0 0.54 0.62 0.22 8.64 0.53 0.54
Hex C8 5D 4B 0 36 3E 16 9 35 36
Octal 310 135 113 0 66 76 26 11 65 66
Binary 11001000 1011101 1001011 0 110110 111110 10110 1001 110101 110110

Color Harmonies of #C85D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D4B

Black with #C85D4B

Text Example


Text Example

White with #C85D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D4B; }

 p { color: rgb(200,93,75); }

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

background-color css

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

 a { background-color: rgb(200,93,75); }

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

border-color css

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

 span { border-color: rgb(200,93,75); }

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