Html Css Color HEX #CA6A4D Red Damask

📋 copy color: '#CA6A4D'

red 202 ◦ green 106 ◦ blue 77

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

Shades of Red Damask #CA6A4D

Tints of Red Damask #CA6A4D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.53%

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

R = 52.47%
G = 27.53%
B = 20%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA6A4D (or 0xCA6A4D) is known color: Red Damask. HEX triplet: CA, 6A and 4D. RGB value is (202,106,77). Sum of RGB (Red+Green+Blue) = 202+106+77=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6A4D is #3595B2. Grayscale: #838383. Windows color (decimal): -3511731 or 5073610. OLE color: 5073610.

HSL color Cylindrical-coordinate representation of color #CA6A4D: hue angle of 13.92º 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 #CA6A4D is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 106 77 -
CMYK 0 0.48 0.62 0.21
HSL 13.92º 0.54% 0.55% -
HSV(B) 13.92º 0.62% 0.79% -
XYZ 30.85 23.4 9.91 -
YUV 131.4 97.3 178.36 -
System Red Green Blue C M Y K H S L
Decimal 202 106 77 0 0.48 0.62 0.21 13.92 0.54 0.55
Hex CA 6A 4D 0 30 3E 15 E 36 37
Octal 312 152 115 0 60 76 25 16 66 67
Binary 11001010 1101010 1001101 0 110000 111110 10101 1110 110110 110111

Color Harmonies of #CA6A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6A4D

Black with #CA6A4D

Text Example


Text Example

White with #CA6A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6A4D; }

 p { color: rgb(202,106,77); }

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

background-color css

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

 a { background-color: rgb(202,106,77); }

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

border-color css

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

 span { border-color: rgb(202,106,77); }

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