Html Css Color HEX #C7C540 Wattle

📋 copy color: '#C7C540'

red 199 ◦ green 197 ◦ blue 64

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

Shades of Wattle #C7C540

Tints of Wattle #C7C540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.91%

R = 43.26%
G = 42.83%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C7C540 (or 0xC7C540) is known color: Wattle. HEX triplet: C7, C5 and 40. RGB value is (199,197,64). Sum of RGB (Red+Green+Blue) = 199+197+64=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C540 is #383ABF. Grayscale: #B6B6B6. Windows color (decimal): -3685056 or 4244935. OLE color: 4244935.

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

Color convert

RGB 199 197 64 -
CMYK 0 0.01 0.68 0.22
HSL 59.11º 0.55% 0.52% -
HSV(B) 59.11º 0.68% 0.78% -
XYZ 44.44 52.44 12.63 -
YUV 182.44 61.16 139.81 -
System Red Green Blue C M Y K H S L
Decimal 199 197 64 0 0.01 0.68 0.22 59.11 0.55 0.52
Hex C7 C5 40 0 1 44 16 3B 37 34
Octal 307 305 100 0 1 104 26 73 67 64
Binary 11000111 11000101 1000000 0 1 1000100 10110 111011 110111 110100

Color Harmonies of #C7C540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C540

Black with #C7C540

Text Example


Text Example

White with #C7C540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C540; }

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

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

background-color css

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

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

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

border-color css

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

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

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