Html Css Color HEX #CAB19B Cashmere

📋 copy color: '#CAB19B'

red 202 ◦ green 177 ◦ blue 155

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

Shades of Cashmere #CAB19B

Tints of Cashmere #CAB19B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.15%

 BLUE value IS 155 (60.94% from 255) = 29.03%

R = 37.83%
G = 33.15%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CAB19B (or 0xCAB19B) is known color: Cashmere. HEX triplet: CA, B1 and 9B. RGB value is (202,177,155). Sum of RGB (Red+Green+Blue) = 202+177+155=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB19B is #354E64. Grayscale: #B6B6B6. Windows color (decimal): -3493477 or 10203594. OLE color: 10203594.

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

Color convert

RGB 202 177 155 -
CMYK 0 0.12 0.23 0.21
HSL 28.09º 0.31% 0.7% -
HSV(B) 28.09º 0.23% 0.79% -
XYZ 46 46.37 37.54 -
YUV 181.97 112.78 142.29 -
System Red Green Blue C M Y K H S L
Decimal 202 177 155 0 0.12 0.23 0.21 28.09 0.31 0.7
Hex CA B1 9B 0 C 17 15 1C 1F 46
Octal 312 261 233 0 14 27 25 34 37 106
Binary 11001010 10110001 10011011 0 1100 10111 10101 11100 11111 1000110

Color Harmonies of #CAB19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB19B

Black with #CAB19B

Text Example


Text Example

White with #CAB19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB19B; }

 p { color: rgb(202,177,155); }

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

background-color css

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

 a { background-color: rgb(202,177,155); }

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

border-color css

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

 span { border-color: rgb(202,177,155); }

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