Html Css Color HEX #CF5E3E Dark Coral

📋 copy color: '#CF5E3E'

red 207 ◦ green 94 ◦ blue 62

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

Shades of Dark Coral #CF5E3E

Tints of Dark Coral #CF5E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.08%

R = 57.02%
G = 25.9%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF5E3E (or 0xCF5E3E) is known color: Dark Coral. HEX triplet: CF, 5E and 3E. RGB value is (207,94,62). Sum of RGB (Red+Green+Blue) = 207+94+62=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5E3E is #30A1C1. Grayscale: #7C7C7C. Windows color (decimal): -3187138 or 4087503. OLE color: 4087503.

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

Color convert

RGB 207 94 62 -
CMYK 0 0.55 0.70 0.19
HSL 13.24º 0.6% 0.53% -
HSV(B) 13.24º 0.7% 0.81% -
XYZ 30.6 21.62 7.12 -
YUV 124.14 92.94 187.1 -
System Red Green Blue C M Y K H S L
Decimal 207 94 62 0 0.55 0.70 0.19 13.24 0.6 0.53
Hex CF 5E 3E 0 37 46 13 D 3C 35
Octal 317 136 76 0 67 106 23 15 74 65
Binary 11001111 1011110 111110 0 110111 1000110 10011 1101 111100 110101

Color Harmonies of #CF5E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E3E

Black with #CF5E3E

Text Example


Text Example

White with #CF5E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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