#CBD275

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

Shades of Deco #CBD275

Tints of Deco #CBD275

Color information

#CBD275 (or 0xCBD275) is unknown color: approx Deco. HEX triplet: CB, D2 and 75. RGB value is (203,210,117). Sum of RGB (Red+Green+Blue) = 203+210+117=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD275 is #342D8A. Grayscale: #C5C5C5. Windows color (decimal): -3419531 or 7721675. OLE color: 7721675.

HSL color Cylindrical-coordinate representation of color #CBD275: hue angle of 64.52º degrees, saturation: 0.51, 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 #CBD275 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB203210117-
CMYK0.0300.440.18
HSL64.52º50.82%64.12%-
HSV(B)64.52º44.29%82.35%-
XYZ50.8960.0725.74-
YUV197.382.68132.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.30%
GREEN value IS 210 (82.42% from 255) = 39.62%
BLUE value IS 117 (46.09% from 255) = 22.08%
R=38.30%
G=39.62%
B=22.08%

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
Decimal2032101170.0300.440.1864.5250.8264.12
HexCBD275302C12413340
Octal31332216530542210163100
Binary110010111101001011101011101011001001010000011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD275; }

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

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

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

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

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

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

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

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