#C8BD62

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

Shades of Tacha #C8BD62

Tints of Tacha #C8BD62

Color information

#C8BD62 (or 0xC8BD62) is unknown color: approx Tacha. HEX triplet: C8, BD and 62. RGB value is (200,189,98). Sum of RGB (Red+Green+Blue) = 200+189+98=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BD62 is #37429D. Grayscale: #B6B6B6. Windows color (decimal): -3621534 or 6471112. OLE color: 6471112.

HSL color Cylindrical-coordinate representation of color #C8BD62: hue angle of 53.53º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8BD62 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB20018998-
CMYK00.060.510.22
HSL53.53º48.11%58.43%-
HSV(B)53.53º51%78.43%-
XYZ44.2249.5618.79-
YUV181.9280.64140.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.07%
GREEN value IS 189 (74.22% from 255) = 38.81%
BLUE value IS 98 (38.67% from 255) = 20.12%
R=41.07%
G=38.81%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001899800.060.510.2253.5348.1158.43
HexC8BD6206331636303a
Octal310275142066326666072
Binary11001000101111011100010011011001110110110110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BD62; }

 p { color: rgb(200,189,98); }

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

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

 a { background-color: rgb(200,189,98); }

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

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

 span { border-color: rgb(200,189,98); }

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