Html Css Color HEX #CF5042 Dark Coral

📋 copy color: '#CF5042'

red 207 ◦ green 80 ◦ blue 66

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

Shades of Dark Coral #CF5042

Tints of Dark Coral #CF5042

RGB

 RED value IS 207 (81.25% from 255) = 58.64%

 GREEN value IS 80 (31.64% from 255) = 22.66%

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

R = 58.64%
G = 22.66%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF5042 (or 0xCF5042) is known color: Dark Coral. HEX triplet: CF, 50 and 42. RGB value is (207,80,66). Sum of RGB (Red+Green+Blue) = 207+80+66=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5042 is #30AFBD. Grayscale: #747474. Windows color (decimal): -3190718 or 4346063. OLE color: 4346063.

HSL color Cylindrical-coordinate representation of color #CF5042: hue angle of 5.96º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF5042 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 80 66 -
CMYK 0 0.61 0.68 0.19
HSL 5.96º 0.59% 0.54% -
HSV(B) 5.96º 0.68% 0.81% -
XYZ 29.58 19.4 7.34 -
YUV 116.38 99.58 192.64 -
System Red Green Blue C M Y K H S L
Decimal 207 80 66 0 0.61 0.68 0.19 5.96 0.59 0.54
Hex CF 50 42 0 3D 44 13 6 3B 36
Octal 317 120 102 0 75 104 23 6 73 66
Binary 11001111 1010000 1000010 0 111101 1000100 10011 110 111011 110110

Color Harmonies of #CF5042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5042

Black with #CF5042

Text Example


Text Example

White with #CF5042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5042; }

 p { color: rgb(207,80,66); }

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

background-color css

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

 a { background-color: rgb(207,80,66); }

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

border-color css

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

 span { border-color: rgb(207,80,66); }

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