Html Css Color HEX #CA724C Red Damask

📋 copy color: '#CA724C'

red 202 ◦ green 114 ◦ blue 76

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

Shades of Red Damask #CA724C

Tints of Red Damask #CA724C

RGB

 RED value IS 202 (79.3% from 255) = 51.53%

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

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

R = 51.53%
G = 29.08%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA724C (or 0xCA724C) is known color: Red Damask. HEX triplet: CA, 72 and 4C. RGB value is (202,114,76). Sum of RGB (Red+Green+Blue) = 202+114+76=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA724C is #358DB3. Grayscale: #888888. Windows color (decimal): -3509684 or 5010122. OLE color: 5010122.

HSL color Cylindrical-coordinate representation of color #CA724C: hue angle of 18.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA724C is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 114 76 -
CMYK 0 0.44 0.62 0.21
HSL 18.1º 0.54% 0.55% -
HSV(B) 18.1º 0.62% 0.79% -
XYZ 31.68 25.11 10.02 -
YUV 135.98 94.15 175.09 -
System Red Green Blue C M Y K H S L
Decimal 202 114 76 0 0.44 0.62 0.21 18.1 0.54 0.55
Hex CA 72 4C 0 2C 3E 15 12 36 37
Octal 312 162 114 0 54 76 25 22 66 67
Binary 11001010 1110010 1001100 0 101100 111110 10101 10010 110110 110111

Color Harmonies of #CA724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA724C

Black with #CA724C

Text Example


Text Example

White with #CA724C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA724C; }

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

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

background-color css

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

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

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

border-color css

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

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

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