#CDAE92

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

Shades of Cashmere #CDAE92

Tints of Cashmere #CDAE92

Color information

#CDAE92 (or 0xCDAE92) is unknown color: approx Cashmere. HEX triplet: CD, AE and 92. RGB value is (205,174,146). Sum of RGB (Red+Green+Blue) = 205+174+146=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAE92 is #32516D. Grayscale: #B4B4B4. Windows color (decimal): -3297646 or 9613005. OLE color: 9613005.

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

Color convert

RGB205174146-
CMYK00.150.290.20
HSL28.47º37.11%68.82%-
HSV(B)28.47º28.78%80.39%-
XYZ45.545.3333.54-
YUV180.08108.77145.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 146 (57.42% from 255) = 27.81%
R=39.05%
G=33.14%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517414600.150.290.2028.4737.1168.82
HexCDAE920F1D141c2545
Octal31525622201735243445105
Binary110011011010111010010010011111110110100111001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE92; }

 p { color: rgb(205,174,146); }

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

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

 a { background-color: rgb(205,174,146); }

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

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

 span { border-color: rgb(205,174,146); }

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