Html Css Color HEX #CF5C3E Dark Coral

📋 copy color: '#CF5C3E'

red 207 ◦ green 92 ◦ blue 62

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

Shades of Dark Coral #CF5C3E

Tints of Dark Coral #CF5C3E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.48%

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

R = 57.34%
G = 25.48%
B = 17.17%

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

#CF5C3E (or 0xCF5C3E) is known color: Dark Coral. HEX triplet: CF, 5C and 3E. RGB value is (207,92,62). Sum of RGB (Red+Green+Blue) = 207+92+62=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5C3E is #30A3C1. Grayscale: #7B7B7B. Windows color (decimal): -3187650 or 4086991. OLE color: 4086991.

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

Color convert

RGB 207 92 62 -
CMYK 0 0.56 0.70 0.19
HSL 12.41º 0.6% 0.53% -
HSV(B) 12.41º 0.7% 0.81% -
XYZ 30.43 21.27 7.06 -
YUV 122.97 93.6 187.94 -
System Red Green Blue C M Y K H S L
Decimal 207 92 62 0 0.56 0.70 0.19 12.41 0.6 0.53
Hex CF 5C 3E 0 38 46 13 C 3C 35
Octal 317 134 76 0 70 106 23 14 74 65
Binary 11001111 1011100 111110 0 111000 1000110 10011 1100 111100 110101

Color Harmonies of #CF5C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5C3E

Black with #CF5C3E

Text Example


Text Example

White with #CF5C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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