Html Css Color HEX #CF5B3F Dark Coral

📋 copy color: '#CF5B3F'

red 207 ◦ green 91 ◦ blue 63

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

Shades of Dark Coral #CF5B3F

Tints of Dark Coral #CF5B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.45%

R = 57.34%
G = 25.21%
B = 17.45%

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

#CF5B3F (or 0xCF5B3F) is known color: Dark Coral. HEX triplet: CF, 5B and 3F. RGB value is (207,91,63). Sum of RGB (Red+Green+Blue) = 207+91+63=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5B3F is #30A4C0. Grayscale: #7A7A7A. Windows color (decimal): -3187905 or 4152271. OLE color: 4152271.

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

Color convert

RGB 207 91 63 -
CMYK 0 0.56 0.70 0.19
HSL 11.67º 0.6% 0.53% -
HSV(B) 11.67º 0.7% 0.81% -
XYZ 30.37 21.11 7.18 -
YUV 122.49 94.43 188.28 -
System Red Green Blue C M Y K H S L
Decimal 207 91 63 0 0.56 0.70 0.19 11.67 0.6 0.53
Hex CF 5B 3F 0 38 46 13 C 3C 35
Octal 317 133 77 0 70 106 23 14 74 65
Binary 11001111 1011011 111111 0 111000 1000110 10011 1100 111100 110101

Color Harmonies of #CF5B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5B3F

Black with #CF5B3F

Text Example


Text Example

White with #CF5B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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