#CBC87D

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

Shades of Deco #CBC87D

Tints of Deco #CBC87D

Color information

#CBC87D (or 0xCBC87D) is unknown color: approx Deco. HEX triplet: CB, C8 and 7D. RGB value is (203,200,125). Sum of RGB (Red+Green+Blue) = 203+200+125=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC87D is #343782. Grayscale: #C0C0C0. Windows color (decimal): -3422083 or 8243403. OLE color: 8243403.

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

Color convert

RGB203200125-
CMYK00.010.380.20
HSL57.69º42.86%64.31%-
HSV(B)57.69º38.42%79.61%-
XYZ48.9855.4927.53-
YUV192.3589.99135.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.45%
GREEN value IS 200 (78.52% from 255) = 37.88%
BLUE value IS 125 (49.22% from 255) = 23.67%
R=38.45%
G=37.88%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320012500.010.380.2057.6942.8664.31
HexCBC87D0126143a2b40
Octal3133101750146247253100
Binary1100101111001000111110101100110101001110101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC87D; }

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

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

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

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

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

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

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

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