#CA6948

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

Shades of Red Damask #CA6948

Tints of Red Damask #CA6948

Color information

#CA6948 (or 0xCA6948) is unknown color: approx Red Damask. HEX triplet: CA, 69 and 48. RGB value is (202,105,72). Sum of RGB (Red+Green+Blue) = 202+105+72=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6948 is #3596B7. Grayscale: #828282. Windows color (decimal): -3511992 or 4745674. OLE color: 4745674.

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

Color convert

RGB20210572-
CMYK00.480.640.21
HSL15.23º55.08%53.73%-
HSV(B)15.23º64.36%79.22%-
XYZ30.5823.138.98-
YUV130.2495.14179.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.30%
GREEN value IS 105 (41.41% from 255) = 27.70%
BLUE value IS 72 (28.52% from 255) = 19.00%
R=53.30%
G=27.70%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021057200.480.640.2115.2355.0853.73
HexCA69480304015f3736
Octal31215111006010025176766
Binary110010101101001100100001100001000000101011111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6948; }

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

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

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

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

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

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

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

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