Html Css Color HEX #C8C534 Wattle

📋 copy color: '#C8C534'

red 200 ◦ green 197 ◦ blue 52

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

Shades of Wattle #C8C534

Tints of Wattle #C8C534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.58%

R = 44.54%
G = 43.88%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C8C534 (or 0xC8C534) is known color: Wattle. HEX triplet: C8, C5 and 34. RGB value is (200,197,52). Sum of RGB (Red+Green+Blue) = 200+197+52=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C534 is #373ACB. Grayscale: #B5B5B5. Windows color (decimal): -3619532 or 3458504. OLE color: 3458504.

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

Color convert

RGB 200 197 52 -
CMYK 0 0.02 0.74 0.22
HSL 58.78º 0.59% 0.49% -
HSV(B) 58.78º 0.74% 0.78% -
XYZ 44.41 52.46 11.03 -
YUV 181.37 54.99 141.29 -
System Red Green Blue C M Y K H S L
Decimal 200 197 52 0 0.02 0.74 0.22 58.78 0.59 0.49
Hex C8 C5 34 0 2 4A 16 3B 3B 31
Octal 310 305 64 0 2 112 26 73 73 61
Binary 11001000 11000101 110100 0 10 1001010 10110 111011 111011 110001

Color Harmonies of #C8C534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C534

Black with #C8C534

Text Example


Text Example

White with #C8C534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C534; }

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

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

background-color css

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

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

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

border-color css

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

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

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