Html Css Color HEX #C8C549 Wattle

📋 copy color: '#C8C549'

red 200 ◦ green 197 ◦ blue 73

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

Shades of Wattle #C8C549

Tints of Wattle #C8C549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.53%

R = 42.55%
G = 41.91%
B = 15.53%

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

#C8C549 (or 0xC8C549) is known color: Wattle. HEX triplet: C8, C5 and 49. RGB value is (200,197,73). Sum of RGB (Red+Green+Blue) = 200+197+73=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C549 is #373AB6. Grayscale: #B8B8B8. Windows color (decimal): -3619511 or 4834760. OLE color: 4834760.

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

Color convert

RGB 200 197 73 -
CMYK 0 0.02 0.64 0.22
HSL 58.58º 0.54% 0.54% -
HSV(B) 58.58º 0.64% 0.78% -
XYZ 44.99 52.69 14.1 -
YUV 183.76 65.49 139.58 -
System Red Green Blue C M Y K H S L
Decimal 200 197 73 0 0.02 0.64 0.22 58.58 0.54 0.54
Hex C8 C5 49 0 2 40 16 3B 36 36
Octal 310 305 111 0 2 100 26 73 66 66
Binary 11001000 11000101 1001001 0 10 1000000 10110 111011 110110 110110

Color Harmonies of #C8C549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C549

Black with #C8C549

Text Example


Text Example

White with #C8C549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C549; }

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

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

background-color css

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

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

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

border-color css

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

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

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