#CA7748

Color #CA7748 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #CA7748

Tints of Red Damask #CA7748

Color information

#CA7748 (or 0xCA7748) is unknown color: approx Red Damask. HEX triplet: CA, 77 and 48. RGB value is (202,119,72). Sum of RGB (Red+Green+Blue) = 202+119+72=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7748 is #3588B7. Grayscale: #8A8A8A. Windows color (decimal): -3508408 or 4749258. OLE color: 4749258.

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

Color convert

RGB20211972-
CMYK00.410.640.21
HSL21.69º55.08%53.73%-
HSV(B)21.69º64.36%79.22%-
XYZ32.1226.229.5-
YUV138.4690.5173.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.40%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 72 (28.52% from 255) = 18.32%
R=51.40%
G=30.28%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021197200.410.640.2121.6955.0853.73
HexCA77480294015163736
Octal31216711005110025266766
Binary1100101011101111001000010100110000001010110110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7748; }

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

 H1.HeaderClassName
 {
   color: #CA7748;
 }
 .AnyTagClassName
 {
   color: #CA7748;
 }
</style>
background-color css

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

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

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

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

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

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