Html Css Color HEX #CAB09C Cashmere

📋 copy color: '#CAB09C'

red 202 ◦ green 176 ◦ blue 156

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

Shades of Cashmere #CAB09C

Tints of Cashmere #CAB09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.21%

R = 37.83%
G = 32.96%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CAB09C (or 0xCAB09C) is known color: Cashmere. HEX triplet: CA, B0 and 9C. RGB value is (202,176,156). Sum of RGB (Red+Green+Blue) = 202+176+156=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB09C is #354F63. Grayscale: #B5B5B5. Windows color (decimal): -3493732 or 10268874. OLE color: 10268874.

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

Color convert

RGB 202 176 156 -
CMYK 0 0.13 0.23 0.21
HSL 26.09º 0.3% 0.7% -
HSV(B) 26.09º 0.23% 0.79% -
XYZ 45.88 46.01 37.91 -
YUV 181.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 202 176 156 0 0.13 0.23 0.21 26.09 0.3 0.7
Hex CA B0 9C 0 D 17 15 1A 1E 46
Octal 312 260 234 0 15 27 25 32 36 106
Binary 11001010 10110000 10011100 0 1101 10111 10101 11010 11110 1000110

Color Harmonies of #CAB09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB09C

Black with #CAB09C

Text Example


Text Example

White with #CAB09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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