Html Css Color HEX #C7BD52 Tacha

📋 copy color: '#C7BD52'

red 199 ◦ green 189 ◦ blue 82

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

Shades of Tacha #C7BD52

Tints of Tacha #C7BD52

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.21%

 BLUE value IS 82 (32.42% from 255) = 17.45%

R = 42.34%
G = 40.21%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C7BD52 (or 0xC7BD52) is known color: Tacha. HEX triplet: C7, BD and 52. RGB value is (199,189,82). Sum of RGB (Red+Green+Blue) = 199+189+82=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BD52 is #3842AD. Grayscale: #B4B4B4. Windows color (decimal): -3687086 or 5422535. OLE color: 5422535.

HSL color Cylindrical-coordinate representation of color #C7BD52: hue angle of 54.87º 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 #C7BD52 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 189 82 -
CMYK 0 0.05 0.59 0.22
HSL 54.87º 0.51% 0.55% -
HSV(B) 54.87º 0.59% 0.78% -
XYZ 43.27 49.15 15.19 -
YUV 179.79 72.81 141.7 -
System Red Green Blue C M Y K H S L
Decimal 199 189 82 0 0.05 0.59 0.22 54.87 0.51 0.55
Hex C7 BD 52 0 5 3B 16 37 33 37
Octal 307 275 122 0 5 73 26 67 63 67
Binary 11000111 10111101 1010010 0 101 111011 10110 110111 110011 110111

Color Harmonies of #C7BD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BD52

Black with #C7BD52

Text Example


Text Example

White with #C7BD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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