Html Css Color HEX #CAB2A0 Cashmere

📋 copy color: '#CAB2A0'

red 202 ◦ green 178 ◦ blue 160

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

Shades of Cashmere #CAB2A0

Tints of Cashmere #CAB2A0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.96%

 BLUE value IS 160 (62.89% from 255) = 29.63%

R = 37.41%
G = 32.96%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CAB2A0 (or 0xCAB2A0) is known color: Cashmere. HEX triplet: CA, B2 and A0. RGB value is (202,178,160). Sum of RGB (Red+Green+Blue) = 202+178+160=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB2A0 is #354D5F. Grayscale: #B7B7B7. Windows color (decimal): -3493216 or 10531530. OLE color: 10531530.

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

Color convert

RGB 202 178 160 -
CMYK 0 0.12 0.21 0.21
HSL 25.71º 0.28% 0.71% -
HSV(B) 25.71º 0.21% 0.79% -
XYZ 46.62 46.94 39.86 -
YUV 183.12 114.95 141.46 -
System Red Green Blue C M Y K H S L
Decimal 202 178 160 0 0.12 0.21 0.21 25.71 0.28 0.71
Hex CA B2 A0 0 C 15 15 1A 1C 47
Octal 312 262 240 0 14 25 25 32 34 107
Binary 11001010 10110010 10100000 0 1100 10101 10101 11010 11100 1000111

Color Harmonies of #CAB2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB2A0

Black with #CAB2A0

Text Example


Text Example

White with #CAB2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB2A0; }

 p { color: rgb(202,178,160); }

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

background-color css

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

 a { background-color: rgb(202,178,160); }

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

border-color css

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

 span { border-color: rgb(202,178,160); }

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