#C7BF52

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

Shades of Tacha #C7BF52

Tints of Tacha #C7BF52

Color information

#C7BF52 (or 0xC7BF52) is unknown color: approx Tacha. HEX triplet: C7, BF and 52. RGB value is (199,191,82). Sum of RGB (Red+Green+Blue) = 199+191+82=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BF52 is #3840AD. Grayscale: #B5B5B5. Windows color (decimal): -3686574 or 5423047. OLE color: 5423047.

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

Color convert

RGB19919182-
CMYK00.040.590.22
HSL55.9º51.09%55.1%-
HSV(B)55.9º58.79%78.04%-
XYZ43.7150.0115.33-
YUV180.9772.15140.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.16%
GREEN value IS 191 (75% from 255) = 40.47%
BLUE value IS 82 (32.42% from 255) = 17.37%
R=42.16%
G=40.47%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991918200.040.590.2255.951.0955.1
HexC7BF52043B16383337
Octal307277122047326706367
Binary11000111101111111010010010011101110110111000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BF52; }

 p { color: rgb(199,191,82); }

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

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

 a { background-color: rgb(199,191,82); }

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

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

 span { border-color: rgb(199,191,82); }

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