Html Css Color HEX #CA6B49 Red Damask

📋 copy color: '#CA6B49'

red 202 ◦ green 107 ◦ blue 73

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

Shades of Red Damask #CA6B49

Tints of Red Damask #CA6B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.01%

 BLUE value IS 73 (28.91% from 255) = 19.11%

R = 52.88%
G = 28.01%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA6B49 (or 0xCA6B49) is known color: Red Damask. HEX triplet: CA, 6B and 49. RGB value is (202,107,73). Sum of RGB (Red+Green+Blue) = 202+107+73=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6B49 is #3594B6. Grayscale: #838383. Windows color (decimal): -3511479 or 4811722. OLE color: 4811722.

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

Color convert

RGB 202 107 73 -
CMYK 0 0.47 0.64 0.21
HSL 15.81º 0.55% 0.54% -
HSV(B) 15.81º 0.64% 0.79% -
XYZ 30.82 23.55 9.23 -
YUV 131.53 94.97 178.26 -
System Red Green Blue C M Y K H S L
Decimal 202 107 73 0 0.47 0.64 0.21 15.81 0.55 0.54
Hex CA 6B 49 0 2F 40 15 10 37 36
Octal 312 153 111 0 57 100 25 20 67 66
Binary 11001010 1101011 1001001 0 101111 1000000 10101 10000 110111 110110

Color Harmonies of #CA6B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B49

Black with #CA6B49

Text Example


Text Example

White with #CA6B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B49; }

 p { color: rgb(202,107,73); }

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

background-color css

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

 a { background-color: rgb(202,107,73); }

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

border-color css

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

 span { border-color: rgb(202,107,73); }

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