Html Css Color HEX #C9C332 Wattle

📋 copy color: '#C9C332'

red 201 ◦ green 195 ◦ blue 50

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

Shades of Wattle #C9C332

Tints of Wattle #C9C332

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.72%

 BLUE value IS 50 (19.92% from 255) = 11.21%

R = 45.07%
G = 43.72%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C9C332 (or 0xC9C332) is known color: Wattle. HEX triplet: C9, C3 and 32. RGB value is (201,195,50). Sum of RGB (Red+Green+Blue) = 201+195+50=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C332 is #363CCD. Grayscale: #B4B4B4. Windows color (decimal): -3554510 or 3326921. OLE color: 3326921.

HSL color Cylindrical-coordinate representation of color #C9C332: hue angle of 57.62º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9C332 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 195 50 -
CMYK 0 0.03 0.75 0.21
HSL 57.62º 0.6% 0.49% -
HSV(B) 57.62º 0.75% 0.79% -
XYZ 44.18 51.68 10.66 -
YUV 180.26 54.49 142.79 -
System Red Green Blue C M Y K H S L
Decimal 201 195 50 0 0.03 0.75 0.21 57.62 0.6 0.49
Hex C9 C3 32 0 3 4B 15 3A 3C 31
Octal 311 303 62 0 3 113 25 72 74 61
Binary 11001001 11000011 110010 0 11 1001011 10101 111010 111100 110001

Color Harmonies of #C9C332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C332

Black with #C9C332

Text Example


Text Example

White with #C9C332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C332; }

 p { color: rgb(201,195,50); }

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

background-color css

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

 a { background-color: rgb(201,195,50); }

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

border-color css

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

 span { border-color: rgb(201,195,50); }

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