Html Css Color HEX #C7BA58 Tacha

📋 copy color: '#C7BA58'

red 199 ◦ green 186 ◦ blue 88

#C7BA58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #C7BA58

Tints of Tacha #C7BA58

RGB

 RED value IS 199 (78.13% from 255) = 42.07%

 GREEN value IS 186 (73.05% from 255) = 39.32%

 BLUE value IS 88 (34.77% from 255) = 18.6%

R = 42.07%
G = 39.32%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C7BA58 (or 0xC7BA58) is known color: Tacha. HEX triplet: C7, BA and 58. RGB value is (199,186,88). Sum of RGB (Red+Green+Blue) = 199+186+88=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA58 is #3845A7. Grayscale: #B3B3B3. Windows color (decimal): -3687848 or 5814983. OLE color: 5814983.

HSL color Cylindrical-coordinate representation of color #C7BA58: hue angle of 52.97º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7BA58 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 186 88 -
CMYK 0 0.07 0.56 0.22
HSL 52.97º 0.5% 0.56% -
HSV(B) 52.97º 0.56% 0.78% -
XYZ 42.87 47.96 16.23 -
YUV 178.72 76.81 142.47 -
System Red Green Blue C M Y K H S L
Decimal 199 186 88 0 0.07 0.56 0.22 52.97 0.5 0.56
Hex C7 BA 58 0 7 38 16 35 32 38
Octal 307 272 130 0 7 70 26 65 62 70
Binary 11000111 10111010 1011000 0 111 111000 10110 110101 110010 111000

Color Harmonies of #C7BA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA58

Black with #C7BA58

Text Example


Text Example

White with #C7BA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA58; }

 p { color: rgb(199,186,88); }

 H1.HeaderClassName
 {
   color: #C7BA58;
 }
 .AnyTagClassName
 {
   color: #C7BA58;
 }
</style>

background-color css

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

 a { background-color: rgb(199,186,88); }

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

border-color css

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

 span { border-color: rgb(199,186,88); }

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