#CBAD92

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

Shades of Cashmere #CBAD92

Tints of Cashmere #CBAD92

Color information

#CBAD92 (or 0xCBAD92) is unknown color: approx Cashmere. HEX triplet: CB, AD and 92. RGB value is (203,173,146). Sum of RGB (Red+Green+Blue) = 203+173+146=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAD92 is #34526D. Grayscale: #B3B3B3. Windows color (decimal): -3428974 or 9612747. OLE color: 9612747.

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

Color convert

RGB203173146-
CMYK00.150.280.20
HSL28.42º35.4%68.43%-
HSV(B)28.42º28.08%79.61%-
XYZ44.7644.6633.46-
YUV178.89109.44145.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 173 (67.97% from 255) = 33.14%
BLUE value IS 146 (57.42% from 255) = 27.97%
R=38.89%
G=33.14%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317314600.150.280.2028.4235.468.43
HexCBAD920F1C141c2344
Octal31325522201734243443104
Binary110010111010110110010010011111110010100111001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD92; }

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

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

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

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

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

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

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

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