Html Css Color HEX #CBA995 Cashmere

📋 copy color: '#CBA995'

red 203 ◦ green 169 ◦ blue 149

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

Shades of Cashmere #CBA995

Tints of Cashmere #CBA995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.6%

R = 38.96%
G = 32.44%
B = 28.6%

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

#CBA995 (or 0xCBA995) is known color: Cashmere. HEX triplet: CB, A9 and 95. RGB value is (203,169,149). Sum of RGB (Red+Green+Blue) = 203+169+149=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA995 is #34566A. Grayscale: #B1B1B1. Windows color (decimal): -3429995 or 9808331. OLE color: 9808331.

HSL color Cylindrical-coordinate representation of color #CBA995: hue angle of 22.22º degrees, saturation: 0.34, 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 #CBA995 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 169 149 -
CMYK 0 0.17 0.27 0.20
HSL 22.22º 0.34% 0.69% -
HSV(B) 22.22º 0.27% 0.8% -
XYZ 44.24 43.24 34.45 -
YUV 176.89 112.26 146.63 -
System Red Green Blue C M Y K H S L
Decimal 203 169 149 0 0.17 0.27 0.20 22.22 0.34 0.69
Hex CB A9 95 0 11 1B 14 16 22 45
Octal 313 251 225 0 21 33 24 26 42 105
Binary 11001011 10101001 10010101 0 10001 11011 10100 10110 100010 1000101

Color Harmonies of #CBA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA995

Black with #CBA995

Text Example


Text Example

White with #CBA995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA995; }

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

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

background-color css

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

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

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

border-color css

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

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

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