Html Css Color HEX #C8C248 Wattle

📋 copy color: '#C8C248'

red 200 ◦ green 194 ◦ blue 72

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

Shades of Wattle #C8C248

Tints of Wattle #C8C248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.45%

R = 42.92%
G = 41.63%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C8C248 (or 0xC8C248) is known color: Wattle. HEX triplet: C8, C2 and 48. RGB value is (200,194,72). Sum of RGB (Red+Green+Blue) = 200+194+72=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C248 is #373DB7. Grayscale: #B6B6B6. Windows color (decimal): -3620280 or 4768456. OLE color: 4768456.

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

Color convert

RGB 200 194 72 -
CMYK 0 0.03 0.64 0.22
HSL 57.19º 0.54% 0.53% -
HSV(B) 57.19º 0.64% 0.78% -
XYZ 44.28 51.33 13.7 -
YUV 181.89 65.99 140.92 -
System Red Green Blue C M Y K H S L
Decimal 200 194 72 0 0.03 0.64 0.22 57.19 0.54 0.53
Hex C8 C2 48 0 3 40 16 39 36 35
Octal 310 302 110 0 3 100 26 71 66 65
Binary 11001000 11000010 1001000 0 11 1000000 10110 111001 110110 110101

Color Harmonies of #C8C248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C248

Black with #C8C248

Text Example


Text Example

White with #C8C248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C248; }

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

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

background-color css

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

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

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

border-color css

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

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

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