Html Css Color HEX #C8C531 Wattle

📋 copy color: '#C8C531'

red 200 ◦ green 197 ◦ blue 49

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

Shades of Wattle #C8C531

Tints of Wattle #C8C531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.99%

R = 44.84%
G = 44.17%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8C531 (or 0xC8C531) is known color: Wattle. HEX triplet: C8, C5 and 31. RGB value is (200,197,49). Sum of RGB (Red+Green+Blue) = 200+197+49=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C531 is #373ACE. Grayscale: #B5B5B5. Windows color (decimal): -3619535 or 3261896. OLE color: 3261896.

HSL color Cylindrical-coordinate representation of color #C8C531: hue angle of 58.81º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8C531 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 197 49 -
CMYK 0 0.02 0.76 0.22
HSL 58.81º 0.61% 0.49% -
HSV(B) 58.81º 0.76% 0.78% -
XYZ 44.34 52.43 10.69 -
YUV 181.03 53.49 141.53 -
System Red Green Blue C M Y K H S L
Decimal 200 197 49 0 0.02 0.76 0.22 58.81 0.61 0.49
Hex C8 C5 31 0 2 4C 16 3B 3D 31
Octal 310 305 61 0 2 114 26 73 75 61
Binary 11001000 11000101 110001 0 10 1001100 10110 111011 111101 110001

Color Harmonies of #C8C531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C531

Black with #C8C531

Text Example


Text Example

White with #C8C531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C531; }

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

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

background-color css

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

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

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

border-color css

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

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

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