Html Css Color HEX #CAB19F Cashmere

📋 copy color: '#CAB19F'

red 202 ◦ green 177 ◦ blue 159

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

Shades of Cashmere #CAB19F

Tints of Cashmere #CAB19F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.55%

R = 37.55%
G = 32.9%
B = 29.55%

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

#CAB19F (or 0xCAB19F) is known color: Cashmere. HEX triplet: CA, B1 and 9F. RGB value is (202,177,159). Sum of RGB (Red+Green+Blue) = 202+177+159=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB19F is #354E60. Grayscale: #B6B6B6. Windows color (decimal): -3493473 or 10465738. OLE color: 10465738.

HSL color Cylindrical-coordinate representation of color #CAB19F: hue angle of 25.12º degrees, saturation: 0.29, 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 #CAB19F is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 177 159 -
CMYK 0 0.12 0.21 0.21
HSL 25.12º 0.29% 0.71% -
HSV(B) 25.12º 0.21% 0.79% -
XYZ 46.34 46.5 39.33 -
YUV 182.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 202 177 159 0 0.12 0.21 0.21 25.12 0.29 0.71
Hex CA B1 9F 0 C 15 15 19 1D 47
Octal 312 261 237 0 14 25 25 31 35 107
Binary 11001010 10110001 10011111 0 1100 10101 10101 11001 11101 1000111

Color Harmonies of #CAB19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB19F

Black with #CAB19F

Text Example


Text Example

White with #CAB19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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