Html Css Color HEX #C8C244 Wattle

📋 copy color: '#C8C244'

red 200 ◦ green 194 ◦ blue 68

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

Shades of Wattle #C8C244

Tints of Wattle #C8C244

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.99%

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

R = 43.29%
G = 41.99%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C8C244 (or 0xC8C244) is known color: Wattle. HEX triplet: C8, C2 and 44. RGB value is (200,194,68). Sum of RGB (Red+Green+Blue) = 200+194+68=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C244 is #373DBB. Grayscale: #B5B5B5. Windows color (decimal): -3620284 or 4506312. OLE color: 4506312.

HSL color Cylindrical-coordinate representation of color #C8C244: hue angle of 57.27º 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 #C8C244 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 194 68 -
CMYK 0 0.03 0.66 0.22
HSL 57.27º 0.55% 0.53% -
HSV(B) 57.27º 0.66% 0.78% -
XYZ 44.15 51.28 13.04 -
YUV 181.43 63.99 141.25 -
System Red Green Blue C M Y K H S L
Decimal 200 194 68 0 0.03 0.66 0.22 57.27 0.55 0.53
Hex C8 C2 44 0 3 42 16 39 37 35
Octal 310 302 104 0 3 102 26 71 67 65
Binary 11001000 11000010 1000100 0 11 1000010 10110 111001 110111 110101

Color Harmonies of #C8C244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C244

Black with #C8C244

Text Example


Text Example

White with #C8C244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C244; }

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

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

background-color css

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

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

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

border-color css

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

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

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