Html Css Color HEX #C9C248 Wattle

📋 copy color: '#C9C248'

red 201 ◦ green 194 ◦ blue 72

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

Shades of Wattle #C9C248

Tints of Wattle #C9C248

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.54%

 BLUE value IS 72 (28.52% from 255) = 15.42%

R = 43.04%
G = 41.54%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C9C248 (or 0xC9C248) is known color: Wattle. HEX triplet: C9, C2 and 48. RGB value is (201,194,72). Sum of RGB (Red+Green+Blue) = 201+194+72=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C248 is #363DB7. Grayscale: #B6B6B6. Windows color (decimal): -3554744 or 4768457. OLE color: 4768457.

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

Color convert

RGB 201 194 72 -
CMYK 0 0.03 0.64 0.21
HSL 56.74º 0.54% 0.54% -
HSV(B) 56.74º 0.64% 0.79% -
XYZ 44.55 51.47 13.72 -
YUV 182.19 65.82 141.42 -
System Red Green Blue C M Y K H S L
Decimal 201 194 72 0 0.03 0.64 0.21 56.74 0.54 0.54
Hex C9 C2 48 0 3 40 15 39 36 36
Octal 311 302 110 0 3 100 25 71 66 66
Binary 11001001 11000010 1001000 0 11 1000000 10101 111001 110110 110110

Color Harmonies of #C9C248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C248

Black with #C9C248

Text Example


Text Example

White with #C9C248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C248; }

 p { color: rgb(201,194,72); }

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

background-color css

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

 a { background-color: rgb(201,194,72); }

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

border-color css

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

 span { border-color: rgb(201,194,72); }

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