#CA6947

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

Shades of Red Damask #CA6947

Tints of Red Damask #CA6947

Color information

#CA6947 (or 0xCA6947) is unknown color: approx Red Damask. HEX triplet: CA, 69 and 47. RGB value is (202,105,71). Sum of RGB (Red+Green+Blue) = 202+105+71=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6947 is #3596B8. Grayscale: #828282. Windows color (decimal): -3511993 or 4680138. OLE color: 4680138.

HSL color Cylindrical-coordinate representation of color #CA6947: hue angle of 15.57º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA6947 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB20210571-
CMYK00.480.650.21
HSL15.57º55.27%53.53%-
HSV(B)15.57º64.85%79.22%-
XYZ30.5523.118.81-
YUV130.1394.64179.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.44%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 71 (28.12% from 255) = 18.78%
R=53.44%
G=27.78%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021057100.480.650.2115.5755.2753.53
HexCA69470304115103736
Octal31215110706010125206766
Binary1100101011010011000111011000010000011010110000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6947; }

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

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

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

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

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

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

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

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