#CAA694

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

Shades of Rose #CAA694

Tints of Rose #CAA694

Color information

#CAA694 (or 0xCAA694) is unknown color: approx Rose. HEX triplet: CA, A6 and 94. RGB value is (202,166,148). Sum of RGB (Red+Green+Blue) = 202+166+148=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA694 is #35596B. Grayscale: #AEAEAE. Windows color (decimal): -3496300 or 9742026. OLE color: 9742026.

HSL color Cylindrical-coordinate representation of color #CAA694: hue angle of 20º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAA694 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB202166148-
CMYK00.180.270.21
HSL20º33.75%68.63%-
HSV(B)20º26.73%79.22%-
XYZ43.3441.9733.83-
YUV174.71112.93147.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 166 (65.23% from 255) = 32.17%
BLUE value IS 148 (58.20% from 255) = 28.68%
R=39.15%
G=32.17%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216614800.180.270.212033.7568.63
HexCAA6940121B15142245
Octal31224622402233252442105
Binary1100101010100110100101000100101101110101101001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA694; }

 p { color: rgb(202,166,148); }

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

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

 a { background-color: rgb(202,166,148); }

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

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

 span { border-color: rgb(202,166,148); }

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