Html Css Color HEX #CF5642 Dark Coral

📋 copy color: '#CF5642'

red 207 ◦ green 86 ◦ blue 66

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

Shades of Dark Coral #CF5642

Tints of Dark Coral #CF5642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.96%

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

R = 57.66%
G = 23.96%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF5642 (or 0xCF5642) is known color: Dark Coral. HEX triplet: CF, 56 and 42. RGB value is (207,86,66). Sum of RGB (Red+Green+Blue) = 207+86+66=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5642 is #30A9BD. Grayscale: #787878. Windows color (decimal): -3189182 or 4347599. OLE color: 4347599.

HSL color Cylindrical-coordinate representation of color #CF5642: hue angle of 8.51º 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 #CF5642 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 86 66 -
CMYK 0 0.58 0.68 0.19
HSL 8.51º 0.59% 0.54% -
HSV(B) 8.51º 0.68% 0.81% -
XYZ 30.04 20.31 7.49 -
YUV 119.9 97.59 190.13 -
System Red Green Blue C M Y K H S L
Decimal 207 86 66 0 0.58 0.68 0.19 8.51 0.59 0.54
Hex CF 56 42 0 3A 44 13 9 3B 36
Octal 317 126 102 0 72 104 23 11 73 66
Binary 11001111 1010110 1000010 0 111010 1000100 10011 1001 111011 110110

Color Harmonies of #CF5642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5642

Black with #CF5642

Text Example


Text Example

White with #CF5642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5642; }

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

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

background-color css

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

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

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

border-color css

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

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

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