#CBD093

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

Shades of Deco #CBD093

Tints of Deco #CBD093

Color information

#CBD093 (or 0xCBD093) is unknown color: approx Deco. HEX triplet: CB, D0 and 93. RGB value is (203,208,147). Sum of RGB (Red+Green+Blue) = 203+208+147=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD093 is #342F6C. Grayscale: #C7C7C7. Windows color (decimal): -3420013 or 9687243. OLE color: 9687243.

HSL color Cylindrical-coordinate representation of color #CBD093: hue angle of 64.92º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBD093 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB203208147-
CMYK0.0200.290.18
HSL64.92º39.35%69.61%-
HSV(B)64.92º29.33%81.57%-
XYZ52.4559.9136.4-
YUV199.5598.34130.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.38%
GREEN value IS 208 (81.64% from 255) = 37.28%
BLUE value IS 147 (57.81% from 255) = 26.34%
R=36.38%
G=37.28%
B=26.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032081470.0200.290.1864.9239.3569.61
HexCBD093201D12412746
Octal31332022320352210147106
Binary110010111101000010010011100111011001010000011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD093; }

 p { color: rgb(203,208,147); }

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

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

 a { background-color: rgb(203,208,147); }

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

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

 span { border-color: rgb(203,208,147); }

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