#CDAC94

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

Shades of Cashmere #CDAC94

Tints of Cashmere #CDAC94

Color information

#CDAC94 (or 0xCDAC94) is unknown color: approx Cashmere. HEX triplet: CD, AC and 94. RGB value is (205,172,148). Sum of RGB (Red+Green+Blue) = 205+172+148=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAC94 is #32536B. Grayscale: #B3B3B3. Windows color (decimal): -3298156 or 9743565. OLE color: 9743565.

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

Color convert

RGB205172148-
CMYK00.160.280.20
HSL25.26º36.31%69.22%-
HSV(B)25.26º27.8%80.39%-
XYZ45.2744.6234.24-
YUV179.13110.43146.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=39.05%
G=32.76%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517214800.160.280.2025.2636.3169.22
HexCDAC940101C14192445
Octal31525422402034243144105
Binary1100110110101100100101000100001110010100110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAC94; }

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

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

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

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

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

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

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

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