Html Css Color HEX #CF6C49 Red Damask

📋 copy color: '#CF6C49'

red 207 ◦ green 108 ◦ blue 73

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

Shades of Red Damask #CF6C49

Tints of Red Damask #CF6C49

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.84%

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

R = 53.35%
G = 27.84%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF6C49 (or 0xCF6C49) is known color: Red Damask. HEX triplet: CF, 6C and 49. RGB value is (207,108,73). Sum of RGB (Red+Green+Blue) = 207+108+73=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6C49 is #3093B6. Grayscale: #858585. Windows color (decimal): -3183543 or 4811983. OLE color: 4811983.

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

Color convert

RGB 207 108 73 -
CMYK 0 0.48 0.65 0.19
HSL 15.67º 0.58% 0.55% -
HSV(B) 15.67º 0.65% 0.81% -
XYZ 32.3 24.47 9.32 -
YUV 133.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 207 108 73 0 0.48 0.65 0.19 15.67 0.58 0.55
Hex CF 6C 49 0 30 41 13 10 3A 37
Octal 317 154 111 0 60 101 23 20 72 67
Binary 11001111 1101100 1001001 0 110000 1000001 10011 10000 111010 110111

Color Harmonies of #CF6C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6C49

Black with #CF6C49

Text Example


Text Example

White with #CF6C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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