Html Css Color HEX #C7C231 Wattle

📋 copy color: '#C7C231'

red 199 ◦ green 194 ◦ blue 49

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

Shades of Wattle #C7C231

Tints of Wattle #C7C231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.09%

R = 45.02%
G = 43.89%
B = 11.09%

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

#C7C231 (or 0xC7C231) is known color: Wattle. HEX triplet: C7, C2 and 31. RGB value is (199,194,49). Sum of RGB (Red+Green+Blue) = 199+194+49=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 49 (19.53% from 255 or 11.09% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C231 is #383DCE. Grayscale: #B3B3B3. Windows color (decimal): -3685839 or 3261127. OLE color: 3261127.

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

Color convert

RGB 199 194 49 -
CMYK 0 0.03 0.75 0.22
HSL 58º 0.6% 0.49% -
HSV(B) 58º 0.75% 0.78% -
XYZ 43.4 50.95 10.45 -
YUV 178.97 54.66 142.29 -
System Red Green Blue C M Y K H S L
Decimal 199 194 49 0 0.03 0.75 0.22 58 0.6 0.49
Hex C7 C2 31 0 3 4B 16 3A 3C 31
Octal 307 302 61 0 3 113 26 72 74 61
Binary 11000111 11000010 110001 0 11 1001011 10110 111010 111100 110001

Color Harmonies of #C7C231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C231

Black with #C7C231

Text Example


Text Example

White with #C7C231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C231; }

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

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

background-color css

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

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

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

border-color css

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

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

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