Html Css Color HEX #CF724D Red Damask

📋 copy color: '#CF724D'

red 207 ◦ green 114 ◦ blue 77

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

Shades of Red Damask #CF724D

Tints of Red Damask #CF724D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.35%

R = 52.01%
G = 28.64%
B = 19.35%

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

#CF724D (or 0xCF724D) is known color: Red Damask. HEX triplet: CF, 72 and 4D. RGB value is (207,114,77). Sum of RGB (Red+Green+Blue) = 207+114+77=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF724D is #308DB2. Grayscale: #898989. Windows color (decimal): -3182003 or 5075663. OLE color: 5075663.

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

Color convert

RGB 207 114 77 -
CMYK 0 0.45 0.63 0.19
HSL 17.08º 0.58% 0.56% -
HSV(B) 17.08º 0.63% 0.81% -
XYZ 33.09 25.84 10.26 -
YUV 137.59 93.81 177.51 -
System Red Green Blue C M Y K H S L
Decimal 207 114 77 0 0.45 0.63 0.19 17.08 0.58 0.56
Hex CF 72 4D 0 2D 3F 13 11 3A 38
Octal 317 162 115 0 55 77 23 21 72 70
Binary 11001111 1110010 1001101 0 101101 111111 10011 10001 111010 111000

Color Harmonies of #CF724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF724D

Black with #CF724D

Text Example


Text Example

White with #CF724D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF724D; }

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

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

background-color css

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

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

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

border-color css

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

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

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