Html Css Color HEX #C8B45A Tacha

📋 copy color: '#C8B45A'

red 200 ◦ green 180 ◦ blue 90

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

Shades of Tacha #C8B45A

Tints of Tacha #C8B45A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.3%

 BLUE value IS 90 (35.55% from 255) = 19.15%

R = 42.55%
G = 38.3%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8B45A (or 0xC8B45A) is known color: Tacha. HEX triplet: C8, B4 and 5A. RGB value is (200,180,90). Sum of RGB (Red+Green+Blue) = 200+180+90=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B45A is #374BA5. Grayscale: #B0B0B0. Windows color (decimal): -3623846 or 5944520. OLE color: 5944520.

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

Color convert

RGB 200 180 90 -
CMYK 0 0.1 0.55 0.22
HSL 49.09º 0.5% 0.57% -
HSV(B) 49.09º 0.55% 0.78% -
XYZ 41.99 45.66 16.27 -
YUV 175.72 79.63 145.32 -
System Red Green Blue C M Y K H S L
Decimal 200 180 90 0 0.1 0.55 0.22 49.09 0.5 0.57
Hex C8 B4 5A 0 A 37 16 31 32 39
Octal 310 264 132 0 12 67 26 61 62 71
Binary 11001000 10110100 1011010 0 1010 110111 10110 110001 110010 111001

Color Harmonies of #C8B45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B45A

Black with #C8B45A

Text Example


Text Example

White with #C8B45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B45A; }

 p { color: rgb(200,180,90); }

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

background-color css

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

 a { background-color: rgb(200,180,90); }

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

border-color css

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

 span { border-color: rgb(200,180,90); }

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