Html Css Color HEX #CA6A48 Red Damask

📋 copy color: '#CA6A48'

red 202 ◦ green 106 ◦ blue 72

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

Shades of Red Damask #CA6A48

Tints of Red Damask #CA6A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.95%

R = 53.16%
G = 27.89%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA6A48 (or 0xCA6A48) is known color: Red Damask. HEX triplet: CA, 6A and 48. RGB value is (202,106,72). Sum of RGB (Red+Green+Blue) = 202+106+72=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6A48 is #3595B7. Grayscale: #838383. Windows color (decimal): -3511736 or 4745930. OLE color: 4745930.

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

Color convert

RGB 202 106 72 -
CMYK 0 0.48 0.64 0.21
HSL 15.69º 0.55% 0.54% -
HSV(B) 15.69º 0.64% 0.79% -
XYZ 30.68 23.33 9.02 -
YUV 130.83 94.8 178.76 -
System Red Green Blue C M Y K H S L
Decimal 202 106 72 0 0.48 0.64 0.21 15.69 0.55 0.54
Hex CA 6A 48 0 30 40 15 10 37 36
Octal 312 152 110 0 60 100 25 20 67 66
Binary 11001010 1101010 1001000 0 110000 1000000 10101 10000 110111 110110

Color Harmonies of #CA6A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6A48

Black with #CA6A48

Text Example


Text Example

White with #CA6A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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