Html Css Color HEX #CF6E48 Red Damask

📋 copy color: '#CF6E48'

red 207 ◦ green 110 ◦ blue 72

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

Shades of Red Damask #CF6E48

Tints of Red Damask #CF6E48

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.28%

 BLUE value IS 72 (28.52% from 255) = 18.51%

R = 53.21%
G = 28.28%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF6E48 (or 0xCF6E48) is known color: Red Damask. HEX triplet: CF, 6E and 48. RGB value is (207,110,72). Sum of RGB (Red+Green+Blue) = 207+110+72=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6E48 is #3091B7. Grayscale: #868686. Windows color (decimal): -3183032 or 4746959. OLE color: 4746959.

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

Color convert

RGB 207 110 72 -
CMYK 0 0.47 0.65 0.19
HSL 16.89º 0.58% 0.55% -
HSV(B) 16.89º 0.65% 0.81% -
XYZ 32.48 24.89 9.22 -
YUV 134.67 92.64 179.59 -
System Red Green Blue C M Y K H S L
Decimal 207 110 72 0 0.47 0.65 0.19 16.89 0.58 0.55
Hex CF 6E 48 0 2F 41 13 11 3A 37
Octal 317 156 110 0 57 101 23 21 72 67
Binary 11001111 1101110 1001000 0 101111 1000001 10011 10001 111010 110111

Color Harmonies of #CF6E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6E48

Black with #CF6E48

Text Example


Text Example

White with #CF6E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6E48; }

 p { color: rgb(207,110,72); }

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

background-color css

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

 a { background-color: rgb(207,110,72); }

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

border-color css

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

 span { border-color: rgb(207,110,72); }

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