#CCCB8A

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

Shades of Deco #CCCB8A

Tints of Deco #CCCB8A

Color information

#CCCB8A (or 0xCCCB8A) is unknown color: approx Deco. HEX triplet: CC, CB and 8A. RGB value is (204,203,138). Sum of RGB (Red+Green+Blue) = 204+203+138=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCB8A is #333475. Grayscale: #C4C4C4. Windows color (decimal): -3355766 or 9096140. OLE color: 9096140.

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

Color convert

RGB204203138-
CMYK00.000.320.2
HSL59.09º39.29%67.06%-
HSV(B)59.09º32.35%80%-
XYZ50.8557.3832.44-
YUV195.8995.33133.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 203 (79.69% from 255) = 37.25%
BLUE value IS 138 (54.30% from 255) = 25.32%
R=37.43%
G=37.25%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420313800.000.320.259.0939.2967.06
HexCCCB8A0020143b2743
Octal3143132120040247347103
Binary11001100110010111000101000100000101001110111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB8A; }

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

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

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

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

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

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

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

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