#CDAE9A

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

Shades of Cashmere #CDAE9A

Tints of Cashmere #CDAE9A

Color information

#CDAE9A (or 0xCDAE9A) is unknown color: approx Cashmere. HEX triplet: CD, AE and 9A. RGB value is (205,174,154). Sum of RGB (Red+Green+Blue) = 205+174+154=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAE9A is #325165. Grayscale: #B5B5B5. Windows color (decimal): -3297638 or 10137293. OLE color: 10137293.

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

Color convert

RGB205174154-
CMYK00.150.250.20
HSL23.53º33.77%70.39%-
HSV(B)23.53º24.88%80.39%-
XYZ46.1545.5836.94-
YUV180.99112.77145.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 154 (60.55% from 255) = 28.89%
R=38.46%
G=32.65%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517415400.150.250.2023.5333.7770.39
HexCDAE9A0F1914182246
Octal31525623201731243042106
Binary110011011010111010011010011111100110100110001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE9A; }

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

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

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

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

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

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

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

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