Html Css Color HEX #CA6549 Red Damask

📋 copy color: '#CA6549'

red 202 ◦ green 101 ◦ blue 73

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

Shades of Red Damask #CA6549

Tints of Red Damask #CA6549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.86%

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

R = 53.72%
G = 26.86%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA6549 (or 0xCA6549) is known color: Red Damask. HEX triplet: CA, 65 and 49. RGB value is (202,101,73). Sum of RGB (Red+Green+Blue) = 202+101+73=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6549 is #359AB6. Grayscale: #808080. Windows color (decimal): -3513015 or 4810186. OLE color: 4810186.

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

Color convert

RGB 202 101 73 -
CMYK 0 0.50 0.64 0.21
HSL 13.02º 0.55% 0.54% -
HSV(B) 13.02º 0.64% 0.79% -
XYZ 30.21 22.34 9.02 -
YUV 128.01 96.96 180.78 -
System Red Green Blue C M Y K H S L
Decimal 202 101 73 0 0.50 0.64 0.21 13.02 0.55 0.54
Hex CA 65 49 0 32 40 15 D 37 36
Octal 312 145 111 0 62 100 25 15 67 66
Binary 11001010 1100101 1001001 0 110010 1000000 10101 1101 110111 110110

Color Harmonies of #CA6549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6549

Black with #CA6549

Text Example


Text Example

White with #CA6549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6549; }

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

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

background-color css

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

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

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

border-color css

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

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

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