Html Css Color HEX #CA6548 Red Damask

📋 copy color: '#CA6548'

red 202 ◦ green 101 ◦ blue 72

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

Shades of Red Damask #CA6548

Tints of Red Damask #CA6548

RGB

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

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

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

R = 53.87%
G = 26.93%
B = 19.2%

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

#CA6548 (or 0xCA6548) is known color: Red Damask. HEX triplet: CA, 65 and 48. RGB value is (202,101,72). Sum of RGB (Red+Green+Blue) = 202+101+72=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6548 is #359AB7. Grayscale: #808080. Windows color (decimal): -3513016 or 4744650. OLE color: 4744650.

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

Color convert

RGB 202 101 72 -
CMYK 0 0.50 0.64 0.21
HSL 13.38º 0.55% 0.54% -
HSV(B) 13.38º 0.64% 0.79% -
XYZ 30.18 22.33 8.85 -
YUV 127.89 96.46 180.86 -
System Red Green Blue C M Y K H S L
Decimal 202 101 72 0 0.50 0.64 0.21 13.38 0.55 0.54
Hex CA 65 48 0 32 40 15 D 37 36
Octal 312 145 110 0 62 100 25 15 67 66
Binary 11001010 1100101 1001000 0 110010 1000000 10101 1101 110111 110110

Color Harmonies of #CA6548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6548

Black with #CA6548

Text Example


Text Example

White with #CA6548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6548; }

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

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

background-color css

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

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

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

border-color css

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

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

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