Html Css Color HEX #CF724B Red Damask

📋 copy color: '#CF724B'

red 207 ◦ green 114 ◦ blue 75

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

Shades of Red Damask #CF724B

Tints of Red Damask #CF724B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.94%

R = 52.27%
G = 28.79%
B = 18.94%

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

#CF724B (or 0xCF724B) is known color: Red Damask. HEX triplet: CF, 72 and 4B. RGB value is (207,114,75). Sum of RGB (Red+Green+Blue) = 207+114+75=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF724B is #308DB4. Grayscale: #898989. Windows color (decimal): -3182005 or 4944591. OLE color: 4944591.

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

Color convert

RGB 207 114 75 -
CMYK 0 0.45 0.64 0.19
HSL 17.73º 0.58% 0.55% -
HSV(B) 17.73º 0.64% 0.81% -
XYZ 33.02 25.81 9.9 -
YUV 137.36 92.81 177.67 -
System Red Green Blue C M Y K H S L
Decimal 207 114 75 0 0.45 0.64 0.19 17.73 0.58 0.55
Hex CF 72 4B 0 2D 40 13 12 3A 37
Octal 317 162 113 0 55 100 23 22 72 67
Binary 11001111 1110010 1001011 0 101101 1000000 10011 10010 111010 110111

Color Harmonies of #CF724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF724B

Black with #CF724B

Text Example


Text Example

White with #CF724B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF724B; }

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

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

background-color css

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

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

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

border-color css

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

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

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