#CBAD9B

Color #CBAD9B Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #CBAD9B

Tints of Cashmere #CBAD9B

Color information

#CBAD9B (or 0xCBAD9B) is unknown color: approx Cashmere. HEX triplet: CB, AD and 9B. RGB value is (203,173,155). Sum of RGB (Red+Green+Blue) = 203+173+155=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAD9B is #345264. Grayscale: #B4B4B4. Windows color (decimal): -3428965 or 10202571. OLE color: 10202571.

HSL color Cylindrical-coordinate representation of color #CBAD9B: hue angle of 22.5º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBAD9B is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB203173155-
CMYK00.150.240.20
HSL22.5º31.58%70.2%-
HSV(B)22.5º23.65%79.61%-
XYZ45.4944.9537.29-
YUV179.92113.94144.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.23%
GREEN value IS 173 (67.97% from 255) = 32.58%
BLUE value IS 155 (60.94% from 255) = 29.19%
R=38.23%
G=32.58%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317315500.150.240.2022.531.5870.2
HexCBAD9B0F1814172046
Octal31325523301730242740106
Binary110010111010110110011011011111100010100101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD9B; }

 p { color: rgb(203,173,155); }

 H1.HeaderClassName
 {
   color: #CBAD9B;
 }
 .AnyTagClassName
 {
   color: #CBAD9B;
 }
</style>
background-color css

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

 a { background-color: rgb(203,173,155); }

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

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

 span { border-color: rgb(203,173,155); }

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