Html Css Color HEX #CF5B3E Dark Coral

📋 copy color: '#CF5B3E'

red 207 ◦ green 91 ◦ blue 62

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

Shades of Dark Coral #CF5B3E

Tints of Dark Coral #CF5B3E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.28%

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

R = 57.5%
G = 25.28%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF5B3E (or 0xCF5B3E) is known color: Dark Coral. HEX triplet: CF, 5B and 3E. RGB value is (207,91,62). Sum of RGB (Red+Green+Blue) = 207+91+62=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5B3E is #30A4C1. Grayscale: #7A7A7A. Windows color (decimal): -3187906 or 4086735. OLE color: 4086735.

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

Color convert

RGB 207 91 62 -
CMYK 0 0.56 0.70 0.19
HSL 12º 0.6% 0.53% -
HSV(B) 12º 0.7% 0.81% -
XYZ 30.34 21.1 7.03 -
YUV 122.38 93.93 188.36 -
System Red Green Blue C M Y K H S L
Decimal 207 91 62 0 0.56 0.70 0.19 12 0.6 0.53
Hex CF 5B 3E 0 38 46 13 C 3C 35
Octal 317 133 76 0 70 106 23 14 74 65
Binary 11001111 1011011 111110 0 111000 1000110 10011 1100 111100 110101

Color Harmonies of #CF5B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5B3E

Black with #CF5B3E

Text Example


Text Example

White with #CF5B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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