Html Css Color HEX #CF724C Red Damask

📋 copy color: '#CF724C'

red 207 ◦ green 114 ◦ blue 76

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

Shades of Red Damask #CF724C

Tints of Red Damask #CF724C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.72%

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

R = 52.14%
G = 28.72%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF724C (or 0xCF724C) is known color: Red Damask. HEX triplet: CF, 72 and 4C. RGB value is (207,114,76). Sum of RGB (Red+Green+Blue) = 207+114+76=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF724C is #308DB3. Grayscale: #898989. Windows color (decimal): -3182004 or 5010127. OLE color: 5010127.

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

Color convert

RGB 207 114 76 -
CMYK 0 0.45 0.63 0.19
HSL 17.4º 0.58% 0.55% -
HSV(B) 17.4º 0.63% 0.81% -
XYZ 33.05 25.82 10.08 -
YUV 137.48 93.31 177.59 -
System Red Green Blue C M Y K H S L
Decimal 207 114 76 0 0.45 0.63 0.19 17.4 0.58 0.55
Hex CF 72 4C 0 2D 3F 13 11 3A 37
Octal 317 162 114 0 55 77 23 21 72 67
Binary 11001111 1110010 1001100 0 101101 111111 10011 10001 111010 110111

Color Harmonies of #CF724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF724C

Black with #CF724C

Text Example


Text Example

White with #CF724C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF724C; }

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

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

background-color css

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

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

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

border-color css

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

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

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