#CDB298

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

Shades of Cashmere #CDB298

Tints of Cashmere #CDB298

Color information

#CDB298 (or 0xCDB298) is unknown color: approx Cashmere. HEX triplet: CD, B2 and 98. RGB value is (205,178,152). Sum of RGB (Red+Green+Blue) = 205+178+152=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB298 is #324D67. Grayscale: #B7B7B7. Windows color (decimal): -3296616 or 10007245. OLE color: 10007245.

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

Color convert

RGB205178152-
CMYK00.130.260.20
HSL29.43º34.64%70%-
HSV(B)29.43º25.85%80.39%-
XYZ46.7647.0936.33-
YUV183.11110.45143.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 178 (69.92% from 255) = 33.27%
BLUE value IS 152 (59.77% from 255) = 28.41%
R=38.32%
G=33.27%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517815200.130.260.2029.4334.6470
HexCDB2980D1A141d2346
Octal31526223001532243543106
Binary110011011011001010011000011011101010100111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB298; }

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

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

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

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

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

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

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

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