Html Css Color HEX #CBA994 Cashmere

📋 copy color: '#CBA994'

red 203 ◦ green 169 ◦ blue 148

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

Shades of Cashmere #CBA994

Tints of Cashmere #CBA994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.46%

R = 39.04%
G = 32.5%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CBA994 (or 0xCBA994) is known color: Cashmere. HEX triplet: CB, A9 and 94. RGB value is (203,169,148). Sum of RGB (Red+Green+Blue) = 203+169+148=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA994 is #34566B. Grayscale: #B0B0B0. Windows color (decimal): -3429996 or 9742795. OLE color: 9742795.

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

Color convert

RGB 203 169 148 -
CMYK 0 0.17 0.27 0.20
HSL 22.91º 0.35% 0.69% -
HSV(B) 22.91º 0.27% 0.8% -
XYZ 44.16 43.21 34.03 -
YUV 176.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 203 169 148 0 0.17 0.27 0.20 22.91 0.35 0.69
Hex CB A9 94 0 11 1B 14 17 23 45
Octal 313 251 224 0 21 33 24 27 43 105
Binary 11001011 10101001 10010100 0 10001 11011 10100 10111 100011 1000101

Color Harmonies of #CBA994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA994

Black with #CBA994

Text Example


Text Example

White with #CBA994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA994; }

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

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

background-color css

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

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

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

border-color css

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

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

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