Html Css Color HEX #CAA995 Cashmere

📋 copy color: '#CAA995'

red 202 ◦ green 169 ◦ blue 149

#CAA995
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cashmere #CAA995

Tints of Cashmere #CAA995

RGB

 RED value IS 202 (79.3% from 255) = 38.85%

 GREEN value IS 169 (66.41% from 255) = 32.5%

 BLUE value IS 149 (58.59% from 255) = 28.65%

R = 38.85%
G = 32.5%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CAA995 (or 0xCAA995) is known color: Cashmere. HEX triplet: CA, A9 and 95. RGB value is (202,169,149). Sum of RGB (Red+Green+Blue) = 202+169+149=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA995 is #35566A. Grayscale: #B0B0B0. Windows color (decimal): -3495531 or 9808330. OLE color: 9808330.

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

Color convert

RGB 202 169 149 -
CMYK 0 0.16 0.26 0.21
HSL 22.64º 0.33% 0.69% -
HSV(B) 22.64º 0.26% 0.79% -
XYZ 43.97 43.1 34.44 -
YUV 176.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 202 169 149 0 0.16 0.26 0.21 22.64 0.33 0.69
Hex CA A9 95 0 10 1A 15 17 21 45
Octal 312 251 225 0 20 32 25 27 41 105
Binary 11001010 10101001 10010101 0 10000 11010 10101 10111 100001 1000101

Color Harmonies of #CAA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA995

Black with #CAA995

Text Example


Text Example

White with #CAA995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA995; }

 p { color: rgb(202,169,149); }

 H1.HeaderClassName
 {
   color: #CAA995;
 }
 .AnyTagClassName
 {
   color: #CAA995;
 }
</style>

background-color css

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

 a { background-color: rgb(202,169,149); }

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

border-color css

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

 span { border-color: rgb(202,169,149); }

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