Html Css Color HEX #CAA992 Cashmere

📋 copy color: '#CAA992'

red 202 ◦ green 169 ◦ blue 146

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

Shades of Cashmere #CAA992

Tints of Cashmere #CAA992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.24%

R = 39.07%
G = 32.69%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CAA992 (or 0xCAA992) is known color: Cashmere. HEX triplet: CA, A9 and 92. RGB value is (202,169,146). Sum of RGB (Red+Green+Blue) = 202+169+146=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA992 is #35566D. Grayscale: #B0B0B0. Windows color (decimal): -3495534 or 9611722. OLE color: 9611722.

HSL color Cylindrical-coordinate representation of color #CAA992: hue angle of 24.64º 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 #CAA992 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 169 146 -
CMYK 0 0.16 0.28 0.21
HSL 24.64º 0.35% 0.68% -
HSV(B) 24.64º 0.28% 0.79% -
XYZ 43.73 43.01 33.19 -
YUV 176.25 110.93 146.37 -
System Red Green Blue C M Y K H S L
Decimal 202 169 146 0 0.16 0.28 0.21 24.64 0.35 0.68
Hex CA A9 92 0 10 1C 15 19 23 44
Octal 312 251 222 0 20 34 25 31 43 104
Binary 11001010 10101001 10010010 0 10000 11100 10101 11001 100011 1000100

Color Harmonies of #CAA992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA992

Black with #CAA992

Text Example


Text Example

White with #CAA992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA992; }

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

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

background-color css

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

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

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

border-color css

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

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

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