#CBAD9A

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

Shades of Cashmere #CBAD9A

Tints of Cashmere #CBAD9A

Color information

#CBAD9A (or 0xCBAD9A) is unknown color: approx Cashmere. HEX triplet: CB, AD and 9A. RGB value is (203,173,154). Sum of RGB (Red+Green+Blue) = 203+173+154=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAD9A is #345265. Grayscale: #B3B3B3. Windows color (decimal): -3428966 or 10137035. OLE color: 10137035.

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

Color convert

RGB203173154-
CMYK00.150.240.20
HSL23.27º32.03%70%-
HSV(B)23.27º24.14%79.61%-
XYZ45.444.9236.85-
YUV179.8113.44144.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.30%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 154 (60.55% from 255) = 29.06%
R=38.30%
G=32.64%
B=29.06%

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
Decimal20317315400.150.240.2023.2732.0370
HexCBAD9A0F1814172046
Octal31325523201730242740106
Binary110010111010110110011010011111100010100101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD9A; }

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

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

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

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

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

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

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

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