#CBCC7B

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

Shades of Deco #CBCC7B

Tints of Deco #CBCC7B

Color information

#CBCC7B (or 0xCBCC7B) is unknown color: approx Deco. HEX triplet: CB, CC and 7B. RGB value is (203,204,123). Sum of RGB (Red+Green+Blue) = 203+204+123=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC7B is #343384. Grayscale: #C2C2C2. Windows color (decimal): -3421061 or 8113355. OLE color: 8113355.

HSL color Cylindrical-coordinate representation of color #CBCC7B: hue angle of 60.74º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBCC7B is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB203204123-
CMYK0.0000.400.2
HSL60.74º44.26%64.12%-
HSV(B)60.74º39.71%80%-
XYZ49.857.3127.18-
YUV194.4787.67134.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.30%
GREEN value IS 204 (80.08% from 255) = 38.49%
BLUE value IS 123 (48.44% from 255) = 23.21%
R=38.30%
G=38.49%
B=23.21%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2032041230.0000.400.260.7444.2664.12
HexCBCC7B0028143d2c40
Octal3133141730050247554100
Binary1100101111001100111101100101000101001111011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCC7B; }

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

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

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

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

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

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

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

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