Html Css Color HEX #CAB09D Cashmere

📋 copy color: '#CAB09D'

red 202 ◦ green 176 ◦ blue 157

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

Shades of Cashmere #CAB09D

Tints of Cashmere #CAB09D

RGB

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

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

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

R = 37.76%
G = 32.9%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CAB09D (or 0xCAB09D) is known color: Cashmere. HEX triplet: CA, B0 and 9D. RGB value is (202,176,157). Sum of RGB (Red+Green+Blue) = 202+176+157=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB09D is #354F62. Grayscale: #B5B5B5. Windows color (decimal): -3493731 or 10334410. OLE color: 10334410.

HSL color Cylindrical-coordinate representation of color #CAB09D: hue angle of 25.33º 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 #CAB09D is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 176 157 -
CMYK 0 0.13 0.22 0.21
HSL 25.33º 0.3% 0.7% -
HSV(B) 25.33º 0.22% 0.79% -
XYZ 45.97 46.04 38.36 -
YUV 181.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 202 176 157 0 0.13 0.22 0.21 25.33 0.3 0.7
Hex CA B0 9D 0 D 16 15 19 1E 46
Octal 312 260 235 0 15 26 25 31 36 106
Binary 11001010 10110000 10011101 0 1101 10110 10101 11001 11110 1000110

Color Harmonies of #CAB09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB09D

Black with #CAB09D

Text Example


Text Example

White with #CAB09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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