Html Css Color HEX #CAB097 Cashmere

📋 copy color: '#CAB097'

red 202 ◦ green 176 ◦ blue 151

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

Shades of Cashmere #CAB097

Tints of Cashmere #CAB097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.54%

R = 38.19%
G = 33.27%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CAB097 (or 0xCAB097) is known color: Cashmere. HEX triplet: CA, B0 and 97. RGB value is (202,176,151). Sum of RGB (Red+Green+Blue) = 202+176+151=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB097 is #354F68. Grayscale: #B5B5B5. Windows color (decimal): -3493737 or 9941194. OLE color: 9941194.

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

Color convert

RGB 202 176 151 -
CMYK 0 0.13 0.25 0.21
HSL 29.41º 0.32% 0.69% -
HSV(B) 29.41º 0.25% 0.79% -
XYZ 45.47 45.84 35.73 -
YUV 180.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 202 176 151 0 0.13 0.25 0.21 29.41 0.32 0.69
Hex CA B0 97 0 D 19 15 1D 20 45
Octal 312 260 227 0 15 31 25 35 40 105
Binary 11001010 10110000 10010111 0 1101 11001 10101 11101 100000 1000101

Color Harmonies of #CAB097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB097

Black with #CAB097

Text Example


Text Example

White with #CAB097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB097; }

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

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

background-color css

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

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

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

border-color css

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

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

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