#CBB65C

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

Shades of Tacha #CBB65C

Tints of Tacha #CBB65C

Color information

#CBB65C (or 0xCBB65C) is unknown color: approx Tacha. HEX triplet: CB, B6 and 5C. RGB value is (203,182,92). Sum of RGB (Red+Green+Blue) = 203+182+92=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB65C is #3449A3. Grayscale: #B2B2B2. Windows color (decimal): -3426724 or 6076107. OLE color: 6076107.

HSL color Cylindrical-coordinate representation of color #CBB65C: hue angle of 48.65º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBB65C is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20318292-
CMYK00.100.550.20
HSL48.65º51.63%57.84%-
HSV(B)48.65º54.68%79.61%-
XYZ43.2946.9316.9-
YUV178.0279.46145.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 182 (71.48% from 255) = 38.16%
BLUE value IS 92 (36.33% from 255) = 19.29%
R=42.56%
G=38.16%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031829200.100.550.2048.6551.6357.84
HexCBB65C0A371431343a
Octal3132661340126724616472
Binary110010111011011010111000101011011110100110001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB65C; }

 p { color: rgb(203,182,92); }

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

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

 a { background-color: rgb(203,182,92); }

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

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

 span { border-color: rgb(203,182,92); }

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