Html Css Color HEX #CF5A47 Dark Coral

📋 copy color: '#CF5A47'

red 207 ◦ green 90 ◦ blue 71

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

Shades of Dark Coral #CF5A47

Tints of Dark Coral #CF5A47

RGB

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

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

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

R = 56.25%
G = 24.46%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF5A47 (or 0xCF5A47) is known color: Dark Coral. HEX triplet: CF, 5A and 47. RGB value is (207,90,71). Sum of RGB (Red+Green+Blue) = 207+90+71=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5A47 is #30A5B8. Grayscale: #7B7B7B. Windows color (decimal): -3188153 or 4676303. OLE color: 4676303.

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

Color convert

RGB 207 90 71 -
CMYK 0 0.57 0.66 0.19
HSL 8.38º 0.59% 0.55% -
HSV(B) 8.38º 0.66% 0.81% -
XYZ 30.53 21.03 8.41 -
YUV 122.82 98.76 188.04 -
System Red Green Blue C M Y K H S L
Decimal 207 90 71 0 0.57 0.66 0.19 8.38 0.59 0.55
Hex CF 5A 47 0 39 42 13 8 3B 37
Octal 317 132 107 0 71 102 23 10 73 67
Binary 11001111 1011010 1000111 0 111001 1000010 10011 1000 111011 110111

Color Harmonies of #CF5A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5A47

Black with #CF5A47

Text Example


Text Example

White with #CF5A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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