Html Css Color HEX #C9C134 Wattle

📋 copy color: '#C9C134'

red 201 ◦ green 193 ◦ blue 52

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

Shades of Wattle #C9C134

Tints of Wattle #C9C134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.27%

 BLUE value IS 52 (20.7% from 255) = 11.66%

R = 45.07%
G = 43.27%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C9C134 (or 0xC9C134) is known color: Wattle. HEX triplet: C9, C1 and 34. RGB value is (201,193,52). Sum of RGB (Red+Green+Blue) = 201+193+52=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C134 is #363ECB. Grayscale: #B3B3B3. Windows color (decimal): -3555020 or 3457481. OLE color: 3457481.

HSL color Cylindrical-coordinate representation of color #C9C134: hue angle of 56.78º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9C134 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 193 52 -
CMYK 0 0.04 0.74 0.21
HSL 56.78º 0.59% 0.5% -
HSV(B) 56.78º 0.74% 0.79% -
XYZ 43.78 50.81 10.75 -
YUV 179.32 56.15 143.46 -
System Red Green Blue C M Y K H S L
Decimal 201 193 52 0 0.04 0.74 0.21 56.78 0.59 0.5
Hex C9 C1 34 0 4 4A 15 39 3B 32
Octal 311 301 64 0 4 112 25 71 73 62
Binary 11001001 11000001 110100 0 100 1001010 10101 111001 111011 110010

Color Harmonies of #C9C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C134

Black with #C9C134

Text Example


Text Example

White with #C9C134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C134; }

 p { color: rgb(201,193,52); }

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

background-color css

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

 a { background-color: rgb(201,193,52); }

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

border-color css

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

 span { border-color: rgb(201,193,52); }

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