Html Css Color HEX #C8C44C Wattle

📋 copy color: '#C8C44C'

red 200 ◦ green 196 ◦ blue 76

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

Shades of Wattle #C8C44C

Tints of Wattle #C8C44C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.53%

 BLUE value IS 76 (30.08% from 255) = 16.1%

R = 42.37%
G = 41.53%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8C44C (or 0xC8C44C) is known color: Wattle. HEX triplet: C8, C4 and 4C. RGB value is (200,196,76). Sum of RGB (Red+Green+Blue) = 200+196+76=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C44C is #373BB3. Grayscale: #B8B8B8. Windows color (decimal): -3619764 or 5031112. OLE color: 5031112.

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

Color convert

RGB 200 196 76 -
CMYK 0 0.02 0.62 0.22
HSL 58.06º 0.53% 0.54% -
HSV(B) 58.06º 0.62% 0.78% -
XYZ 44.86 52.28 14.56 -
YUV 183.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 200 196 76 0 0.02 0.62 0.22 58.06 0.53 0.54
Hex C8 C4 4C 0 2 3E 16 3A 35 36
Octal 310 304 114 0 2 76 26 72 65 66
Binary 11001000 11000100 1001100 0 10 111110 10110 111010 110101 110110

Color Harmonies of #C8C44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C44C

Black with #C8C44C

Text Example


Text Example

White with #C8C44C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C44C; }

 p { color: rgb(200,196,76); }

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

background-color css

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

 a { background-color: rgb(200,196,76); }

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

border-color css

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

 span { border-color: rgb(200,196,76); }

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