#CCCB6E

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

Shades of Deco #CCCB6E

Tints of Deco #CCCB6E

Color information

#CCCB6E (or 0xCCCB6E) is unknown color: approx Deco. HEX triplet: CC, CB and 6E. RGB value is (204,203,110). Sum of RGB (Red+Green+Blue) = 204+203+110=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB6E is #333491. Grayscale: #C1C1C1. Windows color (decimal): -3355794 or 7261132. OLE color: 7261132.

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

Color convert

RGB204203110-
CMYK00.000.460.2
HSL59.36º47.96%61.57%-
HSV(B)59.36º46.08%80%-
XYZ49.0756.6823.1-
YUV192.781.33136.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 203 (79.69% from 255) = 39.26%
BLUE value IS 110 (43.36% from 255) = 21.28%
R=39.46%
G=39.26%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420311000.000.460.259.3647.9661.57
HexCCCB6E002E143b303e
Octal314313156005624736076
Binary110011001100101111011100010111010100111011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB6E; }

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

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

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

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

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

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

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

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