Html Css Color HEX #C8C444 Wattle

📋 copy color: '#C8C444'

red 200 ◦ green 196 ◦ blue 68

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

Shades of Wattle #C8C444

Tints of Wattle #C8C444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.66%

R = 43.1%
G = 42.24%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C8C444 (or 0xC8C444) is known color: Wattle. HEX triplet: C8, C4 and 44. RGB value is (200,196,68). Sum of RGB (Red+Green+Blue) = 200+196+68=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C444 is #373BBB. Grayscale: #B7B7B7. Windows color (decimal): -3619772 or 4506824. OLE color: 4506824.

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

Color convert

RGB 200 196 68 -
CMYK 0 0.02 0.66 0.22
HSL 58.18º 0.55% 0.53% -
HSV(B) 58.18º 0.66% 0.78% -
XYZ 44.6 52.18 13.19 -
YUV 182.6 63.33 140.41 -
System Red Green Blue C M Y K H S L
Decimal 200 196 68 0 0.02 0.66 0.22 58.18 0.55 0.53
Hex C8 C4 44 0 2 42 16 3A 37 35
Octal 310 304 104 0 2 102 26 72 67 65
Binary 11001000 11000100 1000100 0 10 1000010 10110 111010 110111 110101

Color Harmonies of #C8C444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C444

Black with #C8C444

Text Example


Text Example

White with #C8C444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C444; }

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

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

background-color css

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

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

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

border-color css

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

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

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