Html Css Color HEX #C8C54A Wattle

📋 copy color: '#C8C54A'

red 200 ◦ green 197 ◦ blue 74

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

Shades of Wattle #C8C54A

Tints of Wattle #C8C54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.71%

R = 42.46%
G = 41.83%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8C54A (or 0xC8C54A) is known color: Wattle. HEX triplet: C8, C5 and 4A. RGB value is (200,197,74). Sum of RGB (Red+Green+Blue) = 200+197+74=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C54A is #373AB5. Grayscale: #B8B8B8. Windows color (decimal): -3619510 or 4900296. OLE color: 4900296.

HSL color Cylindrical-coordinate representation of color #C8C54A: hue angle of 58.57º degrees, saturation: 0.53, 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 #C8C54A is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 197 74 -
CMYK 0 0.02 0.63 0.22
HSL 58.57º 0.53% 0.54% -
HSV(B) 58.57º 0.63% 0.78% -
XYZ 45.02 52.71 14.28 -
YUV 183.88 65.99 139.5 -
System Red Green Blue C M Y K H S L
Decimal 200 197 74 0 0.02 0.63 0.22 58.57 0.53 0.54
Hex C8 C5 4A 0 2 3F 16 3B 35 36
Octal 310 305 112 0 2 77 26 73 65 66
Binary 11001000 11000101 1001010 0 10 111111 10110 111011 110101 110110

Color Harmonies of #C8C54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C54A

Black with #C8C54A

Text Example


Text Example

White with #C8C54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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