Html Css Color HEX #C9C632 Wattle

📋 copy color: '#C9C632'

red 201 ◦ green 198 ◦ blue 50

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

Shades of Wattle #C9C632

Tints of Wattle #C9C632

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.1%

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

R = 44.77%
G = 44.1%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C9C632 (or 0xC9C632) is known color: Wattle. HEX triplet: C9, C6 and 32. RGB value is (201,198,50). Sum of RGB (Red+Green+Blue) = 201+198+50=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C632 is #3639CD. Grayscale: #B6B6B6. Windows color (decimal): -3553742 or 3327689. OLE color: 3327689.

HSL color Cylindrical-coordinate representation of color #C9C632: hue angle of 58.81º 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 #C9C632 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 198 50 -
CMYK 0 0.01 0.75 0.21
HSL 58.81º 0.6% 0.49% -
HSV(B) 58.81º 0.75% 0.79% -
XYZ 44.86 53.04 10.89 -
YUV 182.03 53.49 141.53 -
System Red Green Blue C M Y K H S L
Decimal 201 198 50 0 0.01 0.75 0.21 58.81 0.6 0.49
Hex C9 C6 32 0 1 4B 15 3B 3C 31
Octal 311 306 62 0 1 113 25 73 74 61
Binary 11001001 11000110 110010 0 1 1001011 10101 111011 111100 110001

Color Harmonies of #C9C632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C632

Black with #C9C632

Text Example


Text Example

White with #C9C632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C632; }

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

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

background-color css

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

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

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

border-color css

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

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

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