Html Css Color HEX #CF6949 Red Damask

📋 copy color: '#CF6949'

red 207 ◦ green 105 ◦ blue 73

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

Shades of Red Damask #CF6949

Tints of Red Damask #CF6949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.27%

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

R = 53.77%
G = 27.27%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF6949 (or 0xCF6949) is known color: Red Damask. HEX triplet: CF, 69 and 49. RGB value is (207,105,73). Sum of RGB (Red+Green+Blue) = 207+105+73=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6949 is #3096B6. Grayscale: #848484. Windows color (decimal): -3184311 or 4811215. OLE color: 4811215.

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

Color convert

RGB 207 105 73 -
CMYK 0 0.49 0.65 0.19
HSL 14.33º 0.58% 0.55% -
HSV(B) 14.33º 0.65% 0.81% -
XYZ 31.99 23.85 9.22 -
YUV 131.85 94.79 181.6 -
System Red Green Blue C M Y K H S L
Decimal 207 105 73 0 0.49 0.65 0.19 14.33 0.58 0.55
Hex CF 69 49 0 31 41 13 E 3A 37
Octal 317 151 111 0 61 101 23 16 72 67
Binary 11001111 1101001 1001001 0 110001 1000001 10011 1110 111010 110111

Color Harmonies of #CF6949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6949

Black with #CF6949

Text Example


Text Example

White with #CF6949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6949; }

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

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

background-color css

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

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

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

border-color css

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

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

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