Html Css Color HEX #CD5242 Dark Coral

📋 copy color: '#CD5242'

red 205 ◦ green 82 ◦ blue 66

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

Shades of Dark Coral #CD5242

Tints of Dark Coral #CD5242

RGB

 RED value IS 205 (80.47% from 255) = 58.07%

 GREEN value IS 82 (32.42% from 255) = 23.23%

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

R = 58.07%
G = 23.23%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD5242 (or 0xCD5242) is known color: Dark Coral. HEX triplet: CD, 52 and 42. RGB value is (205,82,66). Sum of RGB (Red+Green+Blue) = 205+82+66=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5242 is #32ADBD. Grayscale: #757575. Windows color (decimal): -3321278 or 4346573. OLE color: 4346573.

HSL color Cylindrical-coordinate representation of color #CD5242: hue angle of 6.91º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD5242 is Cyan = 0, Magento = 0.6, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 82 66 -
CMYK 0 0.6 0.68 0.20
HSL 6.91º 0.58% 0.53% -
HSV(B) 6.91º 0.68% 0.8% -
XYZ 29.18 19.41 7.36 -
YUV 116.95 99.25 190.8 -
System Red Green Blue C M Y K H S L
Decimal 205 82 66 0 0.6 0.68 0.20 6.91 0.58 0.53
Hex CD 52 42 0 3C 44 14 7 3A 35
Octal 315 122 102 0 74 104 24 7 72 65
Binary 11001101 1010010 1000010 0 111100 1000100 10100 111 111010 110101

Color Harmonies of #CD5242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5242

Black with #CD5242

Text Example


Text Example

White with #CD5242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5242; }

 p { color: rgb(205,82,66); }

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

background-color css

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

 a { background-color: rgb(205,82,66); }

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

border-color css

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

 span { border-color: rgb(205,82,66); }

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