#CBC87C

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

Shades of Deco #CBC87C

Tints of Deco #CBC87C

Color information

#CBC87C (or 0xCBC87C) is unknown color: approx Deco. HEX triplet: CB, C8 and 7C. RGB value is (203,200,124). Sum of RGB (Red+Green+Blue) = 203+200+124=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC87C is #343783. Grayscale: #C0C0C0. Windows color (decimal): -3422084 or 8177867. OLE color: 8177867.

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

Color convert

RGB203200124-
CMYK00.010.390.20
HSL57.72º43.17%64.12%-
HSV(B)57.72º38.92%79.61%-
XYZ48.9255.4627.2-
YUV192.2389.49135.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 124 (48.83% from 255) = 23.53%
R=38.52%
G=37.95%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320012400.010.390.2057.7243.1764.12
HexCBC87C0127143a2b40
Octal3133101740147247253100
Binary1100101111001000111110001100111101001110101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC87C; }

 p { color: rgb(203,200,124); }

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

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

 a { background-color: rgb(203,200,124); }

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

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

 span { border-color: rgb(203,200,124); }

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