#CDB293

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

Shades of Vanilla #CDB293

Tints of Vanilla #CDB293

Color information

#CDB293 (or 0xCDB293) is unknown color: approx Vanilla. HEX triplet: CD, B2 and 93. RGB value is (205,178,147). Sum of RGB (Red+Green+Blue) = 205+178+147=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB293 is #324D6C. Grayscale: #B6B6B6. Windows color (decimal): -3296621 or 9679565. OLE color: 9679565.

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

Color convert

RGB205178147-
CMYK00.130.280.20
HSL32.07º36.71%69.02%-
HSV(B)32.07º28.29%80.39%-
XYZ46.3646.9334.22-
YUV182.54107.95144.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 147 (57.81% from 255) = 27.74%
R=38.68%
G=33.58%
B=27.74%

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
Decimal20517814700.130.280.2032.0736.7169.02
HexCDB2930D1C14202545
Octal31526222301534244045105
Binary1100110110110010100100110110111100101001000001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB293; }

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

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

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

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

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

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

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

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