Html Css Color HEX #CF5E40 Dark Coral

📋 copy color: '#CF5E40'

red 207 ◦ green 94 ◦ blue 64

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

Shades of Dark Coral #CF5E40

Tints of Dark Coral #CF5E40

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.75%

 BLUE value IS 64 (25.39% from 255) = 17.53%

R = 56.71%
G = 25.75%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF5E40 (or 0xCF5E40) is known color: Dark Coral. HEX triplet: CF, 5E and 40. RGB value is (207,94,64). Sum of RGB (Red+Green+Blue) = 207+94+64=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5E40 is #30A1BF. Grayscale: #7C7C7C. Windows color (decimal): -3187136 or 4218575. OLE color: 4218575.

HSL color Cylindrical-coordinate representation of color #CF5E40: hue angle of 12.59º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF5E40 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 94 64 -
CMYK 0 0.55 0.69 0.19
HSL 12.59º 0.6% 0.53% -
HSV(B) 12.59º 0.69% 0.81% -
XYZ 30.66 21.64 7.41 -
YUV 124.37 93.94 186.94 -
System Red Green Blue C M Y K H S L
Decimal 207 94 64 0 0.55 0.69 0.19 12.59 0.6 0.53
Hex CF 5E 40 0 37 45 13 D 3C 35
Octal 317 136 100 0 67 105 23 15 74 65
Binary 11001111 1011110 1000000 0 110111 1000101 10011 1101 111100 110101

Color Harmonies of #CF5E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E40

Black with #CF5E40

Text Example


Text Example

White with #CF5E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E40; }

 p { color: rgb(207,94,64); }

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

background-color css

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

 a { background-color: rgb(207,94,64); }

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

border-color css

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

 span { border-color: rgb(207,94,64); }

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