#CBC98C

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

Shades of Deco #CBC98C

Tints of Deco #CBC98C

Color information

#CBC98C (or 0xCBC98C) is unknown color: approx Deco. HEX triplet: CB, C9 and 8C. RGB value is (203,201,140). Sum of RGB (Red+Green+Blue) = 203+201+140=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC98C is #343673. Grayscale: #C2C2C2. Windows color (decimal): -3421812 or 9226699. OLE color: 9226699.

HSL color Cylindrical-coordinate representation of color #CBC98C: hue angle of 58.1º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBC98C is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB203201140-
CMYK00.010.310.20
HSL58.1º37.72%67.25%-
HSV(B)58.1º31.03%79.61%-
XYZ50.2556.3633.04-
YUV194.6497.16133.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 201 (78.91% from 255) = 36.95%
BLUE value IS 140 (55.08% from 255) = 25.74%
R=37.32%
G=36.95%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320114000.010.310.2058.137.7267.25
HexCBC98C011F143a2643
Octal3133112140137247246103
Binary1100101111001001100011000111111101001110101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC98C; }

 p { color: rgb(203,201,140); }

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

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

 a { background-color: rgb(203,201,140); }

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

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

 span { border-color: rgb(203,201,140); }

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