Html Css Color HEX #C7C532 Wattle

📋 copy color: '#C7C532'

red 199 ◦ green 197 ◦ blue 50

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

Shades of Wattle #C7C532

Tints of Wattle #C7C532

RGB

 RED value IS 199 (78.13% from 255) = 44.62%

 GREEN value IS 197 (77.34% from 255) = 44.17%

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

R = 44.62%
G = 44.17%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C7C532 (or 0xC7C532) is known color: Wattle. HEX triplet: C7, C5 and 32. RGB value is (199,197,50). Sum of RGB (Red+Green+Blue) = 199+197+50=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C532 is #383ACD. Grayscale: #B5B5B5. Windows color (decimal): -3685070 or 3327431. OLE color: 3327431.

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

Color convert

RGB 199 197 50 -
CMYK 0 0.01 0.75 0.22
HSL 59.19º 0.6% 0.49% -
HSV(B) 59.19º 0.75% 0.78% -
XYZ 44.1 52.3 10.79 -
YUV 180.84 54.16 140.95 -
System Red Green Blue C M Y K H S L
Decimal 199 197 50 0 0.01 0.75 0.22 59.19 0.6 0.49
Hex C7 C5 32 0 1 4B 16 3B 3C 31
Octal 307 305 62 0 1 113 26 73 74 61
Binary 11000111 11000101 110010 0 1 1001011 10110 111011 111100 110001

Color Harmonies of #C7C532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C532

Black with #C7C532

Text Example


Text Example

White with #C7C532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C532; }

 p { color: rgb(199,197,50); }

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

background-color css

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

 a { background-color: rgb(199,197,50); }

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

border-color css

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

 span { border-color: rgb(199,197,50); }

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