#C4CC7B

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

Shades of Deco #C4CC7B

Tints of Deco #C4CC7B

Color information

#C4CC7B (or 0xC4CC7B) is unknown color: approx Deco. HEX triplet: C4, CC and 7B. RGB value is (196,204,123). Sum of RGB (Red+Green+Blue) = 196+204+123=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CC7B is #3B3384. Grayscale: #C0C0C0. Windows color (decimal): -3879813 or 8113348. OLE color: 8113348.

HSL color Cylindrical-coordinate representation of color #C4CC7B: hue angle of 65.93º 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 #C4CC7B is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB196204123-
CMYK0.0400.400.2
HSL65.93º44.26%64.12%-
HSV(B)65.93º39.71%80%-
XYZ47.9356.3527.09-
YUV192.3788.85130.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.48%
GREEN value IS 204 (80.08% from 255) = 39.01%
BLUE value IS 123 (48.44% from 255) = 23.52%
R=37.48%
G=39.01%
B=23.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1962041230.0400.400.265.9344.2664.12
HexC4CC7B402814422c40
Octal30431417340502410254100
Binary1100010011001100111101110001010001010010000101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CC7B; }

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

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

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

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

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

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

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

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