Html Css Color HEX #CAB0A0 Cashmere

📋 copy color: '#CAB0A0'

red 202 ◦ green 176 ◦ blue 160

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

Shades of Cashmere #CAB0A0

Tints of Cashmere #CAB0A0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.71%

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

R = 37.55%
G = 32.71%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CAB0A0 (or 0xCAB0A0) is known color: Cashmere. HEX triplet: CA, B0 and A0. RGB value is (202,176,160). Sum of RGB (Red+Green+Blue) = 202+176+160=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB0A0 is #354F5F. Grayscale: #B6B6B6. Windows color (decimal): -3493728 or 10531018. OLE color: 10531018.

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

Color convert

RGB 202 176 160 -
CMYK 0 0.13 0.21 0.21
HSL 22.86º 0.28% 0.71% -
HSV(B) 22.86º 0.21% 0.79% -
XYZ 46.23 46.15 39.73 -
YUV 181.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 202 176 160 0 0.13 0.21 0.21 22.86 0.28 0.71
Hex CA B0 A0 0 D 15 15 17 1C 47
Octal 312 260 240 0 15 25 25 27 34 107
Binary 11001010 10110000 10100000 0 1101 10101 10101 10111 11100 1000111

Color Harmonies of #CAB0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB0A0

Black with #CAB0A0

Text Example


Text Example

White with #CAB0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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