#CDB294

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

Shades of Cashmere #CDB294

Tints of Cashmere #CDB294

Color information

#CDB294 (or 0xCDB294) is unknown color: approx Cashmere. HEX triplet: CD, B2 and 94. RGB value is (205,178,148). Sum of RGB (Red+Green+Blue) = 205+178+148=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB294 is #324D6B. Grayscale: #B6B6B6. Windows color (decimal): -3296620 or 9745101. OLE color: 9745101.

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

Color convert

RGB205178148-
CMYK00.130.280.20
HSL31.58º36.31%69.22%-
HSV(B)31.58º27.8%80.39%-
XYZ46.4446.9634.63-
YUV182.65108.45143.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 178 (69.92% from 255) = 33.52%
BLUE value IS 148 (58.20% from 255) = 27.87%
R=38.61%
G=33.52%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517814800.130.280.2031.5836.3169.22
HexCDB2940D1C14202445
Octal31526222401534244044105
Binary1100110110110010100101000110111100101001000001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB294; }

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

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

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

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

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

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

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

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