#CBCC75

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

Shades of Deco #CBCC75

Tints of Deco #CBCC75

Color information

#CBCC75 (or 0xCBCC75) is unknown color: approx Deco. HEX triplet: CB, CC and 75. RGB value is (203,204,117). Sum of RGB (Red+Green+Blue) = 203+204+117=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC75 is #34338A. Grayscale: #C2C2C2. Windows color (decimal): -3421067 or 7720139. OLE color: 7720139.

HSL color Cylindrical-coordinate representation of color #CBCC75: hue angle of 60.69º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBCC75 is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB203204117-
CMYK0.0000.430.2
HSL60.69º46.03%62.94%-
HSV(B)60.69º42.65%80%-
XYZ49.4357.1725.26-
YUV193.7884.67134.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 204 (80.08% from 255) = 38.93%
BLUE value IS 117 (46.09% from 255) = 22.33%
R=38.74%
G=38.93%
B=22.33%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2032041170.0000.430.260.6946.0362.94
HexCBCC75002B143d2e3f
Octal313314165005324755677
Binary110010111100110011101010010101110100111101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCC75; }

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

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

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

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

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

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

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

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