Html Css Color HEX #CF724A Red Damask

📋 copy color: '#CF724A'

red 207 ◦ green 114 ◦ blue 74

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

Shades of Red Damask #CF724A

Tints of Red Damask #CF724A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.73%

R = 52.41%
G = 28.86%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF724A (or 0xCF724A) is known color: Red Damask. HEX triplet: CF, 72 and 4A. RGB value is (207,114,74). Sum of RGB (Red+Green+Blue) = 207+114+74=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF724A is #308DB5. Grayscale: #898989. Windows color (decimal): -3182006 or 4879055. OLE color: 4879055.

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

Color convert

RGB 207 114 74 -
CMYK 0 0.45 0.64 0.19
HSL 18.05º 0.58% 0.55% -
HSV(B) 18.05º 0.64% 0.81% -
XYZ 32.99 25.79 9.72 -
YUV 137.25 92.31 177.75 -
System Red Green Blue C M Y K H S L
Decimal 207 114 74 0 0.45 0.64 0.19 18.05 0.58 0.55
Hex CF 72 4A 0 2D 40 13 12 3A 37
Octal 317 162 112 0 55 100 23 22 72 67
Binary 11001111 1110010 1001010 0 101101 1000000 10011 10010 111010 110111

Color Harmonies of #CF724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF724A

Black with #CF724A

Text Example


Text Example

White with #CF724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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