Html Css Color HEX #CBA996 Cashmere

📋 copy color: '#CBA996'

red 203 ◦ green 169 ◦ blue 150

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

Shades of Cashmere #CBA996

Tints of Cashmere #CBA996

RGB

 RED value IS 203 (79.69% from 255) = 38.89%

 GREEN value IS 169 (66.41% from 255) = 32.38%

 BLUE value IS 150 (58.98% from 255) = 28.74%

R = 38.89%
G = 32.38%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CBA996 (or 0xCBA996) is known color: Cashmere. HEX triplet: CB, A9 and 96. RGB value is (203,169,150). Sum of RGB (Red+Green+Blue) = 203+169+150=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA996 is #345669. Grayscale: #B1B1B1. Windows color (decimal): -3429994 or 9873867. OLE color: 9873867.

HSL color Cylindrical-coordinate representation of color #CBA996: hue angle of 21.51º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBA996 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 169 150 -
CMYK 0 0.17 0.26 0.20
HSL 21.51º 0.34% 0.69% -
HSV(B) 21.51º 0.26% 0.8% -
XYZ 44.32 43.27 34.87 -
YUV 177 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 203 169 150 0 0.17 0.26 0.20 21.51 0.34 0.69
Hex CB A9 96 0 11 1A 14 16 22 45
Octal 313 251 226 0 21 32 24 26 42 105
Binary 11001011 10101001 10010110 0 10001 11010 10100 10110 100010 1000101

Color Harmonies of #CBA996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA996

Black with #CBA996

Text Example


Text Example

White with #CBA996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA996; }

 p { color: rgb(203,169,150); }

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

background-color css

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

 a { background-color: rgb(203,169,150); }

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

border-color css

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

 span { border-color: rgb(203,169,150); }

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