Html Css Color HEX #C8C547 Wattle

📋 copy color: '#C8C547'

red 200 ◦ green 197 ◦ blue 71

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

Shades of Wattle #C8C547

Tints of Wattle #C8C547

RGB

 RED value IS 200 (78.52% from 255) = 42.74%

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

 BLUE value IS 71 (28.13% from 255) = 15.17%

R = 42.74%
G = 42.09%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C8C547 (or 0xC8C547) is known color: Wattle. HEX triplet: C8, C5 and 47. RGB value is (200,197,71). Sum of RGB (Red+Green+Blue) = 200+197+71=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 71 (28.12% from 255 or 15.17% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C547 is #373AB8. Grayscale: #B8B8B8. Windows color (decimal): -3619513 or 4703688. OLE color: 4703688.

HSL color Cylindrical-coordinate representation of color #C8C547: hue angle of 58.6º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8C547 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 197 71 -
CMYK 0 0.02 0.64 0.22
HSL 58.6º 0.54% 0.53% -
HSV(B) 58.6º 0.65% 0.78% -
XYZ 44.92 52.67 13.76 -
YUV 183.53 64.49 139.75 -
System Red Green Blue C M Y K H S L
Decimal 200 197 71 0 0.02 0.64 0.22 58.6 0.54 0.53
Hex C8 C5 47 0 2 40 16 3B 36 35
Octal 310 305 107 0 2 100 26 73 66 65
Binary 11001000 11000101 1000111 0 10 1000000 10110 111011 110110 110101

Color Harmonies of #C8C547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C547

Black with #C8C547

Text Example


Text Example

White with #C8C547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C547; }

 p { color: rgb(200,197,71); }

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

background-color css

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

 a { background-color: rgb(200,197,71); }

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

border-color css

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

 span { border-color: rgb(200,197,71); }

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