Html Css Color HEX #C7B65F Tacha

📋 copy color: '#C7B65F'

red 199 ◦ green 182 ◦ blue 95

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

Shades of Tacha #C7B65F

Tints of Tacha #C7B65F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.24%

 BLUE value IS 95 (37.5% from 255) = 19.96%

R = 41.81%
G = 38.24%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7B65F (or 0xC7B65F) is known color: Tacha. HEX triplet: C7, B6 and 5F. RGB value is (199,182,95). Sum of RGB (Red+Green+Blue) = 199+182+95=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B65F is #3849A0. Grayscale: #B1B1B1. Windows color (decimal): -3688865 or 6272711. OLE color: 6272711.

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

Color convert

RGB 199 182 95 -
CMYK 0 0.09 0.52 0.22
HSL 50.19º 0.48% 0.58% -
HSV(B) 50.19º 0.52% 0.78% -
XYZ 42.35 46.42 17.56 -
YUV 177.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 199 182 95 0 0.09 0.52 0.22 50.19 0.48 0.58
Hex C7 B6 5F 0 9 34 16 32 30 3A
Octal 307 266 137 0 11 64 26 62 60 72
Binary 11000111 10110110 1011111 0 1001 110100 10110 110010 110000 111010

Color Harmonies of #C7B65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B65F

Black with #C7B65F

Text Example


Text Example

White with #C7B65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B65F; }

 p { color: rgb(199,182,95); }

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

background-color css

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

 a { background-color: rgb(199,182,95); }

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

border-color css

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

 span { border-color: rgb(199,182,95); }

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