Html Css Color HEX #C7C538 Wattle

📋 copy color: '#C7C538'

red 199 ◦ green 197 ◦ blue 56

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

Shades of Wattle #C7C538

Tints of Wattle #C7C538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.39%

R = 44.03%
G = 43.58%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C7C538 (or 0xC7C538) is known color: Wattle. HEX triplet: C7, C5 and 38. RGB value is (199,197,56). Sum of RGB (Red+Green+Blue) = 199+197+56=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 56 (22.27% from 255 or 12.39% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C538 is #383AC7. Grayscale: #B6B6B6. Windows color (decimal): -3685064 or 3720647. OLE color: 3720647.

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

Color convert

RGB 199 197 56 -
CMYK 0 0.01 0.72 0.22
HSL 59.16º 0.56% 0.5% -
HSV(B) 59.16º 0.72% 0.78% -
XYZ 44.23 52.36 11.52 -
YUV 181.52 57.16 140.46 -
System Red Green Blue C M Y K H S L
Decimal 199 197 56 0 0.01 0.72 0.22 59.16 0.56 0.5
Hex C7 C5 38 0 1 48 16 3B 38 32
Octal 307 305 70 0 1 110 26 73 70 62
Binary 11000111 11000101 111000 0 1 1001000 10110 111011 111000 110010

Color Harmonies of #C7C538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C538

Black with #C7C538

Text Example


Text Example

White with #C7C538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C538; }

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

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

background-color css

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

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

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

border-color css

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

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

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