#CBD175

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

Shades of Deco #CBD175

Tints of Deco #CBD175

Color information

#CBD175 (or 0xCBD175) is unknown color: approx Deco. HEX triplet: CB, D1 and 75. RGB value is (203,209,117). Sum of RGB (Red+Green+Blue) = 203+209+117=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD175 is #342E8A. Grayscale: #C5C5C5. Windows color (decimal): -3419787 or 7721419. OLE color: 7721419.

HSL color Cylindrical-coordinate representation of color #CBD175: hue angle of 63.91º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBD175 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB203209117-
CMYK0.0300.440.18
HSL63.91º50%63.92%-
HSV(B)63.91º44.02%81.96%-
XYZ50.6459.5825.66-
YUV196.7283.01132.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 209 (82.03% from 255) = 39.51%
BLUE value IS 117 (46.09% from 255) = 22.12%
R=38.37%
G=39.51%
B=22.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032091170.0300.440.1863.915063.92
HexCBD175302C12403240
Octal31332116530542210062100
Binary110010111101000111101011101011001001010000001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD175; }

 p { color: rgb(203,209,117); }

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

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

 a { background-color: rgb(203,209,117); }

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

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

 span { border-color: rgb(203,209,117); }

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