Html Css Color HEX #C9B658 Tacha

📋 copy color: '#C9B658'

red 201 ◦ green 182 ◦ blue 88

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

Shades of Tacha #C9B658

Tints of Tacha #C9B658

RGB

 RED value IS 201 (78.91% from 255) = 42.68%

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

 BLUE value IS 88 (34.77% from 255) = 18.68%

R = 42.68%
G = 38.64%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C9B658 (or 0xC9B658) is known color: Tacha. HEX triplet: C9, B6 and 58. RGB value is (201,182,88). Sum of RGB (Red+Green+Blue) = 201+182+88=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B658 is #3649A7. Grayscale: #B1B1B1. Windows color (decimal): -3557800 or 5813961. OLE color: 5813961.

HSL color Cylindrical-coordinate representation of color #C9B658: hue angle of 49.91º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9B658 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 182 88 -
CMYK 0 0.09 0.56 0.21
HSL 49.91º 0.51% 0.57% -
HSV(B) 49.91º 0.56% 0.79% -
XYZ 42.58 46.58 15.98 -
YUV 176.97 77.79 145.14 -
System Red Green Blue C M Y K H S L
Decimal 201 182 88 0 0.09 0.56 0.21 49.91 0.51 0.57
Hex C9 B6 58 0 9 38 15 32 33 39
Octal 311 266 130 0 11 70 25 62 63 71
Binary 11001001 10110110 1011000 0 1001 111000 10101 110010 110011 111001

Color Harmonies of #C9B658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B658

Black with #C9B658

Text Example


Text Example

White with #C9B658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B658; }

 p { color: rgb(201,182,88); }

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

background-color css

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

 a { background-color: rgb(201,182,88); }

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

border-color css

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

 span { border-color: rgb(201,182,88); }

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