Html Css Color HEX #CBA895 Cashmere

📋 copy color: '#CBA895'

red 203 ◦ green 168 ◦ blue 149

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

Shades of Cashmere #CBA895

Tints of Cashmere #CBA895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.31%

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

R = 39.04%
G = 32.31%
B = 28.65%

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

#CBA895 (or 0xCBA895) is known color: Cashmere. HEX triplet: CB, A8 and 95. RGB value is (203,168,149). Sum of RGB (Red+Green+Blue) = 203+168+149=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA895 is #34576A. Grayscale: #B0B0B0. Windows color (decimal): -3430251 or 9808075. OLE color: 9808075.

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

Color convert

RGB 203 168 149 -
CMYK 0 0.17 0.27 0.20
HSL 21.11º 0.34% 0.69% -
HSV(B) 21.11º 0.27% 0.8% -
XYZ 44.06 42.87 34.39 -
YUV 176.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 203 168 149 0 0.17 0.27 0.20 21.11 0.34 0.69
Hex CB A8 95 0 11 1B 14 15 22 45
Octal 313 250 225 0 21 33 24 25 42 105
Binary 11001011 10101000 10010101 0 10001 11011 10100 10101 100010 1000101

Color Harmonies of #CBA895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA895

Black with #CBA895

Text Example


Text Example

White with #CBA895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA895; }

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

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

background-color css

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

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

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

border-color css

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

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

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