#CBC671

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

Shades of Deco #CBC671

Tints of Deco #CBC671

Color information

#CBC671 (or 0xCBC671) is unknown color: approx Deco. HEX triplet: CB, C6 and 71. RGB value is (203,198,113). Sum of RGB (Red+Green+Blue) = 203+198+113=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC671 is #34398E. Grayscale: #BEBEBE. Windows color (decimal): -3422607 or 7456459. OLE color: 7456459.

HSL color Cylindrical-coordinate representation of color #CBC671: hue angle of 56.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBC671 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB203198113-
CMYK00.020.440.20
HSL56.67º46.39%61.96%-
HSV(B)56.67º44.33%79.61%-
XYZ47.854.2823.58-
YUV189.884.66137.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.49%
GREEN value IS 198 (77.73% from 255) = 38.52%
BLUE value IS 113 (44.53% from 255) = 21.98%
R=39.49%
G=38.52%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319811300.020.440.2056.6746.3961.96
HexCBC671022C14392e3e
Octal313306161025424715676
Binary1100101111000110111000101010110010100111001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC671; }

 p { color: rgb(203,198,113); }

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

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

 a { background-color: rgb(203,198,113); }

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

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

 span { border-color: rgb(203,198,113); }

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