Html Css Color HEX #CAB19E Cashmere

📋 copy color: '#CAB19E'

red 202 ◦ green 177 ◦ blue 158

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

Shades of Cashmere #CAB19E

Tints of Cashmere #CAB19E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.42%

R = 37.62%
G = 32.96%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CAB19E (or 0xCAB19E) is known color: Cashmere. HEX triplet: CA, B1 and 9E. RGB value is (202,177,158). Sum of RGB (Red+Green+Blue) = 202+177+158=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB19E is #354E61. Grayscale: #B6B6B6. Windows color (decimal): -3493474 or 10400202. OLE color: 10400202.

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

Color convert

RGB 202 177 158 -
CMYK 0 0.12 0.22 0.21
HSL 25.91º 0.29% 0.71% -
HSV(B) 25.91º 0.22% 0.79% -
XYZ 46.25 46.47 38.88 -
YUV 182.31 114.28 142.04 -
System Red Green Blue C M Y K H S L
Decimal 202 177 158 0 0.12 0.22 0.21 25.91 0.29 0.71
Hex CA B1 9E 0 C 16 15 1A 1D 47
Octal 312 261 236 0 14 26 25 32 35 107
Binary 11001010 10110001 10011110 0 1100 10110 10101 11010 11101 1000111

Color Harmonies of #CAB19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB19E

Black with #CAB19E

Text Example


Text Example

White with #CAB19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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