Html Css Color HEX #C6BE55 Tacha

📋 copy color: '#C6BE55'

red 198 ◦ green 190 ◦ blue 85

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

Shades of Tacha #C6BE55

Tints of Tacha #C6BE55

RGB

 RED value IS 198 (77.73% from 255) = 41.86%

 GREEN value IS 190 (74.61% from 255) = 40.17%

 BLUE value IS 85 (33.59% from 255) = 17.97%

R = 41.86%
G = 40.17%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C6BE55 (or 0xC6BE55) is known color: Tacha. HEX triplet: C6, BE and 55. RGB value is (198,190,85). Sum of RGB (Red+Green+Blue) = 198+190+85=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BE55 is #3941AA. Grayscale: #B4B4B4. Windows color (decimal): -3752363 or 5619398. OLE color: 5619398.

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

Color convert

RGB 198 190 85 -
CMYK 0 0.04 0.57 0.22
HSL 55.75º 0.5% 0.55% -
HSV(B) 55.75º 0.57% 0.78% -
XYZ 43.34 49.49 15.86 -
YUV 180.42 74.15 140.54 -
System Red Green Blue C M Y K H S L
Decimal 198 190 85 0 0.04 0.57 0.22 55.75 0.5 0.55
Hex C6 BE 55 0 4 39 16 38 32 37
Octal 306 276 125 0 4 71 26 70 62 67
Binary 11000110 10111110 1010101 0 100 111001 10110 111000 110010 110111

Color Harmonies of #C6BE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BE55

Black with #C6BE55

Text Example


Text Example

White with #C6BE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BE55; }

 p { color: rgb(198,190,85); }

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

background-color css

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

 a { background-color: rgb(198,190,85); }

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

border-color css

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

 span { border-color: rgb(198,190,85); }

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