#CBC77B

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

Shades of Deco #CBC77B

Tints of Deco #CBC77B

Color information

#CBC77B (or 0xCBC77B) is unknown color: approx Deco. HEX triplet: CB, C7 and 7B. RGB value is (203,199,123). Sum of RGB (Red+Green+Blue) = 203+199+123=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC77B is #343884. Grayscale: #BFBFBF. Windows color (decimal): -3422341 or 8112075. OLE color: 8112075.

HSL color Cylindrical-coordinate representation of color #CBC77B: hue angle of 57º 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 #CBC77B is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB203199123-
CMYK00.020.390.20
HSL57º43.48%63.92%-
HSV(B)57º39.41%79.61%-
XYZ48.6354.9726.79-
YUV191.5389.33136.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 199 (78.12% from 255) = 37.90%
BLUE value IS 123 (48.44% from 255) = 23.43%
R=38.67%
G=37.90%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319912300.020.390.205743.4863.92
HexCBC77B022714392b40
Octal3133071730247247153100
Binary11001011110001111111011010100111101001110011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC77B; }

 p { color: rgb(203,199,123); }

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

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

 a { background-color: rgb(203,199,123); }

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

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

 span { border-color: rgb(203,199,123); }

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