#CAAB92

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

Shades of Cashmere #CAAB92

Tints of Cashmere #CAAB92

Color information

#CAAB92 (or 0xCAAB92) is unknown color: approx Cashmere. HEX triplet: CA, AB and 92. RGB value is (202,171,146). Sum of RGB (Red+Green+Blue) = 202+171+146=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAB92 is #35546D. Grayscale: #B1B1B1. Windows color (decimal): -3495022 or 9612234. OLE color: 9612234.

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

Color convert

RGB202171146-
CMYK00.150.280.21
HSL26.79º34.57%68.24%-
HSV(B)26.79º27.72%79.22%-
XYZ44.1143.7633.32-
YUV177.42110.27145.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 171 (67.19% from 255) = 32.95%
BLUE value IS 146 (57.42% from 255) = 28.13%
R=38.92%
G=32.95%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217114600.150.280.2126.7934.5768.24
HexCAAB920F1C151b2344
Octal31225322201734253343104
Binary110010101010101110010010011111110010101110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB92; }

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

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

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

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

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

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

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

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