#CA7651

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

Shades of Red Damask #CA7651

Tints of Red Damask #CA7651

Color information

#CA7651 (or 0xCA7651) is unknown color: approx Red Damask. HEX triplet: CA, 76 and 51. RGB value is (202,118,81). Sum of RGB (Red+Green+Blue) = 202+118+81=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7651 is #3589AE. Grayscale: #8B8B8B. Windows color (decimal): -3508655 or 5338826. OLE color: 5338826.

HSL color Cylindrical-coordinate representation of color #CA7651: hue angle of 18.35º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA7651 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20211881-
CMYK00.420.600.21
HSL18.35º53.3%55.49%-
HSV(B)18.35º59.9%79.22%-
XYZ32.3226.1111.12-
YUV138.995.33173.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.37%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 81 (32.03% from 255) = 20.20%
R=50.37%
G=29.43%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021188100.420.600.2118.3553.355.49
HexCA765102A3C15123537
Octal3121661210527425226567
Binary110010101110110101000101010101111001010110010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7651; }

 p { color: rgb(202,118,81); }

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

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

 a { background-color: rgb(202,118,81); }

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

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

 span { border-color: rgb(202,118,81); }

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