#CBC98F

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

Shades of Deco #CBC98F

Tints of Deco #CBC98F

Color information

#CBC98F (or 0xCBC98F) is unknown color: approx Deco. HEX triplet: CB, C9 and 8F. RGB value is (203,201,143). Sum of RGB (Red+Green+Blue) = 203+201+143=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 143 (56.25% from 255 or 26.14% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC98F is #343670. Grayscale: #C3C3C3. Windows color (decimal): -3421809 or 9423307. OLE color: 9423307.

HSL color Cylindrical-coordinate representation of color #CBC98F: hue angle of 58º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBC98F is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203201143-
CMYK00.010.300.20
HSL58º36.59%67.84%-
HSV(B)58º29.56%79.61%-
XYZ50.4756.4534.22-
YUV194.9998.66133.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 201 (78.91% from 255) = 36.75%
BLUE value IS 143 (56.25% from 255) = 26.14%
R=37.11%
G=36.75%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320114300.010.300.205836.5967.84
HexCBC98F011E143a2544
Octal3133112170136247245104
Binary1100101111001001100011110111110101001110101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC98F; }

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

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

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

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

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

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

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

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