Html Css Color HEX #CF5B47 Dark Coral

📋 copy color: '#CF5B47'

red 207 ◦ green 91 ◦ blue 71

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

Shades of Dark Coral #CF5B47

Tints of Dark Coral #CF5B47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.24%

R = 56.1%
G = 24.66%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF5B47 (or 0xCF5B47) is known color: Dark Coral. HEX triplet: CF, 5B and 47. RGB value is (207,91,71). Sum of RGB (Red+Green+Blue) = 207+91+71=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5B47 is #30A4B8. Grayscale: #7B7B7B. Windows color (decimal): -3187897 or 4676559. OLE color: 4676559.

HSL color Cylindrical-coordinate representation of color #CF5B47: hue angle of 8.82º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF5B47 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 91 71 -
CMYK 0 0.56 0.66 0.19
HSL 8.82º 0.59% 0.55% -
HSV(B) 8.82º 0.66% 0.81% -
XYZ 30.61 21.2 8.44 -
YUV 123.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 207 91 71 0 0.56 0.66 0.19 8.82 0.59 0.55
Hex CF 5B 47 0 38 42 13 9 3B 37
Octal 317 133 107 0 70 102 23 11 73 67
Binary 11001111 1011011 1000111 0 111000 1000010 10011 1001 111011 110111

Color Harmonies of #CF5B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5B47

Black with #CF5B47

Text Example


Text Example

White with #CF5B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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