#CAAB9B

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

Shades of Eunry #CAAB9B

Tints of Eunry #CAAB9B

Color information

#CAAB9B (or 0xCAAB9B) is unknown color: approx Eunry. HEX triplet: CA, AB and 9B. RGB value is (202,171,155). Sum of RGB (Red+Green+Blue) = 202+171+155=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAB9B is #355464. Grayscale: #B2B2B2. Windows color (decimal): -3495013 or 10202058. OLE color: 10202058.

HSL color Cylindrical-coordinate representation of color #CAAB9B: hue angle of 20.43º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAAB9B is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB202171155-
CMYK00.150.230.21
HSL20.43º30.72%70%-
HSV(B)20.43º23.27%79.22%-
XYZ44.8444.0537.15-
YUV178.44114.77144.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 171 (67.19% from 255) = 32.39%
BLUE value IS 155 (60.94% from 255) = 29.36%
R=38.26%
G=32.39%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217115500.150.230.2120.4330.7270
HexCAAB9B0F1715141f46
Octal31225323301727252437106
Binary11001010101010111001101101111101111010110100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB9B; }

 p { color: rgb(202,171,155); }

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

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

 a { background-color: rgb(202,171,155); }

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

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

 span { border-color: rgb(202,171,155); }

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