Html Css Color HEX #CAB19D Cashmere

📋 copy color: '#CAB19D'

red 202 ◦ green 177 ◦ blue 157

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

Shades of Cashmere #CAB19D

Tints of Cashmere #CAB19D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.29%

R = 37.69%
G = 33.02%
B = 29.29%

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

#CAB19D (or 0xCAB19D) is known color: Cashmere. HEX triplet: CA, B1 and 9D. RGB value is (202,177,157). Sum of RGB (Red+Green+Blue) = 202+177+157=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB19D is #354E62. Grayscale: #B6B6B6. Windows color (decimal): -3493475 or 10334666. OLE color: 10334666.

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

Color convert

RGB 202 177 157 -
CMYK 0 0.12 0.22 0.21
HSL 26.67º 0.3% 0.7% -
HSV(B) 26.67º 0.22% 0.79% -
XYZ 46.17 46.44 38.43 -
YUV 182.2 113.78 142.13 -
System Red Green Blue C M Y K H S L
Decimal 202 177 157 0 0.12 0.22 0.21 26.67 0.3 0.7
Hex CA B1 9D 0 C 16 15 1B 1E 46
Octal 312 261 235 0 14 26 25 33 36 106
Binary 11001010 10110001 10011101 0 1100 10110 10101 11011 11110 1000110

Color Harmonies of #CAB19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB19D

Black with #CAB19D

Text Example


Text Example

White with #CAB19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB19D; }

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

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

background-color css

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

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

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

border-color css

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

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

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