Html Css Color HEX #CF6F4C Red Damask

📋 copy color: '#CF6F4C'

red 207 ◦ green 111 ◦ blue 76

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

Shades of Red Damask #CF6F4C

Tints of Red Damask #CF6F4C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.17%

 BLUE value IS 76 (30.08% from 255) = 19.29%

R = 52.54%
G = 28.17%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF6F4C (or 0xCF6F4C) is known color: Red Damask. HEX triplet: CF, 6F and 4C. RGB value is (207,111,76). Sum of RGB (Red+Green+Blue) = 207+111+76=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6F4C is #3090B3. Grayscale: #878787. Windows color (decimal): -3182772 or 5009359. OLE color: 5009359.

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

Color convert

RGB 207 111 76 -
CMYK 0 0.46 0.63 0.19
HSL 16.03º 0.58% 0.55% -
HSV(B) 16.03º 0.63% 0.81% -
XYZ 32.72 25.16 9.97 -
YUV 135.71 94.3 178.85 -
System Red Green Blue C M Y K H S L
Decimal 207 111 76 0 0.46 0.63 0.19 16.03 0.58 0.55
Hex CF 6F 4C 0 2E 3F 13 10 3A 37
Octal 317 157 114 0 56 77 23 20 72 67
Binary 11001111 1101111 1001100 0 101110 111111 10011 10000 111010 110111

Color Harmonies of #CF6F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6F4C

Black with #CF6F4C

Text Example


Text Example

White with #CF6F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6F4C; }

 p { color: rgb(207,111,76); }

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

background-color css

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

 a { background-color: rgb(207,111,76); }

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

border-color css

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

 span { border-color: rgb(207,111,76); }

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