Html Css Color HEX #CF5842 Dark Coral

📋 copy color: '#CF5842'

red 207 ◦ green 88 ◦ blue 66

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

Shades of Dark Coral #CF5842

Tints of Dark Coral #CF5842

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.38%

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

R = 57.34%
G = 24.38%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF5842 (or 0xCF5842) is known color: Dark Coral. HEX triplet: CF, 58 and 42. RGB value is (207,88,66). Sum of RGB (Red+Green+Blue) = 207+88+66=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5842 is #30A7BD. Grayscale: #797979. Windows color (decimal): -3188670 or 4348111. OLE color: 4348111.

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

Color convert

RGB 207 88 66 -
CMYK 0 0.57 0.68 0.19
HSL 9.36º 0.59% 0.54% -
HSV(B) 9.36º 0.68% 0.81% -
XYZ 30.21 20.64 7.55 -
YUV 121.07 96.92 189.29 -
System Red Green Blue C M Y K H S L
Decimal 207 88 66 0 0.57 0.68 0.19 9.36 0.59 0.54
Hex CF 58 42 0 39 44 13 9 3B 36
Octal 317 130 102 0 71 104 23 11 73 66
Binary 11001111 1011000 1000010 0 111001 1000100 10011 1001 111011 110110

Color Harmonies of #CF5842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5842

Black with #CF5842

Text Example


Text Example

White with #CF5842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5842; }

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

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

background-color css

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

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

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

border-color css

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

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

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