Html Css Color HEX #CF5A3E Dark Coral

📋 copy color: '#CF5A3E'

red 207 ◦ green 90 ◦ blue 62

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

Shades of Dark Coral #CF5A3E

Tints of Dark Coral #CF5A3E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.07%

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

R = 57.66%
G = 25.07%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF5A3E (or 0xCF5A3E) is known color: Dark Coral. HEX triplet: CF, 5A and 3E. RGB value is (207,90,62). Sum of RGB (Red+Green+Blue) = 207+90+62=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5A3E is #30A5C1. Grayscale: #7A7A7A. Windows color (decimal): -3188162 or 4086479. OLE color: 4086479.

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

Color convert

RGB 207 90 62 -
CMYK 0 0.57 0.70 0.19
HSL 11.59º 0.6% 0.53% -
HSV(B) 11.59º 0.7% 0.81% -
XYZ 30.26 20.93 7 -
YUV 121.79 94.26 188.78 -
System Red Green Blue C M Y K H S L
Decimal 207 90 62 0 0.57 0.70 0.19 11.59 0.6 0.53
Hex CF 5A 3E 0 39 46 13 C 3C 35
Octal 317 132 76 0 71 106 23 14 74 65
Binary 11001111 1011010 111110 0 111001 1000110 10011 1100 111100 110101

Color Harmonies of #CF5A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5A3E

Black with #CF5A3E

Text Example


Text Example

White with #CF5A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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