Html Css Color HEX #C7C531 Wattle

📋 copy color: '#C7C531'

red 199 ◦ green 197 ◦ blue 49

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

Shades of Wattle #C7C531

Tints of Wattle #C7C531

RGB

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

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

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

R = 44.72%
G = 44.27%
B = 11.01%

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

#C7C531 (or 0xC7C531) is known color: Wattle. HEX triplet: C7, C5 and 31. RGB value is (199,197,49). Sum of RGB (Red+Green+Blue) = 199+197+49=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 49 (19.53% from 255 or 11.01% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C531 is #383ACE. Grayscale: #B5B5B5. Windows color (decimal): -3685071 or 3261895. OLE color: 3261895.

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

Color convert

RGB 199 197 49 -
CMYK 0 0.01 0.75 0.22
HSL 59.2º 0.6% 0.49% -
HSV(B) 59.2º 0.75% 0.78% -
XYZ 44.07 52.3 10.68 -
YUV 180.73 53.66 141.03 -
System Red Green Blue C M Y K H S L
Decimal 199 197 49 0 0.01 0.75 0.22 59.2 0.6 0.49
Hex C7 C5 31 0 1 4B 16 3B 3C 31
Octal 307 305 61 0 1 113 26 73 74 61
Binary 11000111 11000101 110001 0 1 1001011 10110 111011 111100 110001

Color Harmonies of #C7C531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C531

Black with #C7C531

Text Example


Text Example

White with #C7C531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C531; }

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

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

background-color css

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

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

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

border-color css

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

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

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