Html Css Color HEX #C8BB60 Tacha

📋 copy color: '#C8BB60'

red 200 ◦ green 187 ◦ blue 96

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

Shades of Tacha #C8BB60

Tints of Tacha #C8BB60

RGB

 RED value IS 200 (78.52% from 255) = 41.41%

 GREEN value IS 187 (73.44% from 255) = 38.72%

 BLUE value IS 96 (37.89% from 255) = 19.88%

R = 41.41%
G = 38.72%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8BB60 (or 0xC8BB60) is known color: Tacha. HEX triplet: C8, BB and 60. RGB value is (200,187,96). Sum of RGB (Red+Green+Blue) = 200+187+96=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BB60 is #37449F. Grayscale: #B4B4B4. Windows color (decimal): -3622048 or 6339528. OLE color: 6339528.

HSL color Cylindrical-coordinate representation of color #C8BB60: hue angle of 52.5º degrees, saturation: 0.49, 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 #C8BB60 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 187 96 -
CMYK 0 0.06 0.52 0.22
HSL 52.5º 0.49% 0.58% -
HSV(B) 52.5º 0.52% 0.78% -
XYZ 43.7 48.66 18.16 -
YUV 180.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 200 187 96 0 0.06 0.52 0.22 52.5 0.49 0.58
Hex C8 BB 60 0 6 34 16 34 31 3A
Octal 310 273 140 0 6 64 26 64 61 72
Binary 11001000 10111011 1100000 0 110 110100 10110 110100 110001 111010

Color Harmonies of #C8BB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BB60

Black with #C8BB60

Text Example


Text Example

White with #C8BB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BB60; }

 p { color: rgb(200,187,96); }

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

background-color css

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

 a { background-color: rgb(200,187,96); }

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

border-color css

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

 span { border-color: rgb(200,187,96); }

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