Html Css Color HEX #C7C232 Wattle

📋 copy color: '#C7C232'

red 199 ◦ green 194 ◦ blue 50

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

Shades of Wattle #C7C232

Tints of Wattle #C7C232

RGB

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

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

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

R = 44.92%
G = 43.79%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C7C232 (or 0xC7C232) is known color: Wattle. HEX triplet: C7, C2 and 32. RGB value is (199,194,50). Sum of RGB (Red+Green+Blue) = 199+194+50=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C232 is #383DCD. Grayscale: #B3B3B3. Windows color (decimal): -3685838 or 3326663. OLE color: 3326663.

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

Color convert

RGB 199 194 50 -
CMYK 0 0.03 0.75 0.22
HSL 57.99º 0.6% 0.49% -
HSV(B) 57.99º 0.75% 0.78% -
XYZ 43.42 50.96 10.56 -
YUV 179.08 55.16 142.21 -
System Red Green Blue C M Y K H S L
Decimal 199 194 50 0 0.03 0.75 0.22 57.99 0.6 0.49
Hex C7 C2 32 0 3 4B 16 3A 3C 31
Octal 307 302 62 0 3 113 26 72 74 61
Binary 11000111 11000010 110010 0 11 1001011 10110 111010 111100 110001

Color Harmonies of #C7C232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C232

Black with #C7C232

Text Example


Text Example

White with #C7C232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C232; }

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

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

background-color css

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

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

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

border-color css

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

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

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