Html Css Color HEX #CF7549 Red Damask

📋 copy color: '#CF7549'

red 207 ◦ green 117 ◦ blue 73

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

Shades of Red Damask #CF7549

Tints of Red Damask #CF7549

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.47%

 BLUE value IS 73 (28.91% from 255) = 18.39%

R = 52.14%
G = 29.47%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF7549 (or 0xCF7549) is known color: Red Damask. HEX triplet: CF, 75 and 49. RGB value is (207,117,73). Sum of RGB (Red+Green+Blue) = 207+117+73=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7549 is #308AB6. Grayscale: #8B8B8B. Windows color (decimal): -3181239 or 4814287. OLE color: 4814287.

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

Color convert

RGB 207 117 73 -
CMYK 0 0.43 0.65 0.19
HSL 19.7º 0.58% 0.55% -
HSV(B) 19.7º 0.65% 0.81% -
XYZ 33.3 26.47 9.66 -
YUV 138.89 90.82 176.58 -
System Red Green Blue C M Y K H S L
Decimal 207 117 73 0 0.43 0.65 0.19 19.7 0.58 0.55
Hex CF 75 49 0 2B 41 13 14 3A 37
Octal 317 165 111 0 53 101 23 24 72 67
Binary 11001111 1110101 1001001 0 101011 1000001 10011 10100 111010 110111

Color Harmonies of #CF7549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7549

Black with #CF7549

Text Example


Text Example

White with #CF7549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7549; }

 p { color: rgb(207,117,73); }

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

background-color css

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

 a { background-color: rgb(207,117,73); }

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

border-color css

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

 span { border-color: rgb(207,117,73); }

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