#CCCB8B

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

Shades of Deco #CCCB8B

Tints of Deco #CCCB8B

Color information

#CCCB8B (or 0xCCCB8B) is unknown color: approx Deco. HEX triplet: CC, CB and 8B. RGB value is (204,203,139). Sum of RGB (Red+Green+Blue) = 204+203+139=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCB8B is #333474. Grayscale: #C4C4C4. Windows color (decimal): -3355765 or 9161676. OLE color: 9161676.

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

Color convert

RGB204203139-
CMYK00.000.320.2
HSL59.08º38.92%67.25%-
HSV(B)59.08º31.86%80%-
XYZ50.9257.4132.82-
YUV19695.83133.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 203 (79.69% from 255) = 37.18%
BLUE value IS 139 (54.69% from 255) = 25.46%
R=37.36%
G=37.18%
B=25.46%

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
Decimal20420313900.000.320.259.0838.9267.25
HexCCCB8B0020143b2743
Octal3143132130040247347103
Binary11001100110010111000101100100000101001110111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB8B; }

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

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

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

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

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

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

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

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