Html Css Color HEX #C9C748 Wattle

📋 copy color: '#C9C748'

red 201 ◦ green 199 ◦ blue 72

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

Shades of Wattle #C9C748

Tints of Wattle #C9C748

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.16%

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

R = 42.58%
G = 42.16%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C9C748 (or 0xC9C748) is known color: Wattle. HEX triplet: C9, C7 and 48. RGB value is (201,199,72). Sum of RGB (Red+Green+Blue) = 201+199+72=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C748 is #3638B7. Grayscale: #B9B9B9. Windows color (decimal): -3553464 or 4769737. OLE color: 4769737.

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

Color convert

RGB 201 199 72 -
CMYK 0 0.01 0.64 0.21
HSL 59.07º 0.54% 0.54% -
HSV(B) 59.07º 0.64% 0.79% -
XYZ 45.68 53.73 14.09 -
YUV 185.12 64.16 139.33 -
System Red Green Blue C M Y K H S L
Decimal 201 199 72 0 0.01 0.64 0.21 59.07 0.54 0.54
Hex C9 C7 48 0 1 40 15 3B 36 36
Octal 311 307 110 0 1 100 25 73 66 66
Binary 11001001 11000111 1001000 0 1 1000000 10101 111011 110110 110110

Color Harmonies of #C9C748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C748

Black with #C9C748

Text Example


Text Example

White with #C9C748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C748; }

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

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

background-color css

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

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

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

border-color css

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

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

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