#CDB198

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

Shades of Cashmere #CDB198

Tints of Cashmere #CDB198

Color information

#CDB198 (or 0xCDB198) is unknown color: approx Cashmere. HEX triplet: CD, B1 and 98. RGB value is (205,177,152). Sum of RGB (Red+Green+Blue) = 205+177+152=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB198 is #324E67. Grayscale: #B6B6B6. Windows color (decimal): -3296872 or 10006989. OLE color: 10006989.

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

Color convert

RGB205177152-
CMYK00.140.260.20
HSL28.3º34.64%70%-
HSV(B)28.3º25.85%80.39%-
XYZ46.5746.6936.26-
YUV182.52110.78144.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 177 (69.53% from 255) = 33.15%
BLUE value IS 152 (59.77% from 255) = 28.46%
R=38.39%
G=33.15%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517715200.140.260.2028.334.6470
HexCDB1980E1A141c2346
Octal31526123001632243443106
Binary110011011011000110011000011101101010100111001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB198; }

 p { color: rgb(205,177,152); }

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

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

 a { background-color: rgb(205,177,152); }

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

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

 span { border-color: rgb(205,177,152); }

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