#CBAC94

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

Shades of Cashmere #CBAC94

Tints of Cashmere #CBAC94

Color information

#CBAC94 (or 0xCBAC94) is unknown color: approx Cashmere. HEX triplet: CB, AC and 94. RGB value is (203,172,148). Sum of RGB (Red+Green+Blue) = 203+172+148=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAC94 is #34536B. Grayscale: #B2B2B2. Windows color (decimal): -3429228 or 9743563. OLE color: 9743563.

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

Color convert

RGB203172148-
CMYK00.150.270.20
HSL26.18º34.59%68.82%-
HSV(B)26.18º27.09%79.61%-
XYZ44.7344.3434.22-
YUV178.53110.77145.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 148 (58.20% from 255) = 28.30%
R=38.81%
G=32.89%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317214800.150.270.2026.1834.5968.82
HexCBAC940F1B141a2345
Octal31325422401733243243105
Binary110010111010110010010100011111101110100110101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAC94; }

 p { color: rgb(203,172,148); }

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

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

 a { background-color: rgb(203,172,148); }

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

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

 span { border-color: rgb(203,172,148); }

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