Html Css Color HEX #C8C048 Wattle

📋 copy color: '#C8C048'

red 200 ◦ green 192 ◦ blue 72

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

Shades of Wattle #C8C048

Tints of Wattle #C8C048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.38%

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

R = 43.1%
G = 41.38%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C8C048 (or 0xC8C048) is known color: Wattle. HEX triplet: C8, C0 and 48. RGB value is (200,192,72). Sum of RGB (Red+Green+Blue) = 200+192+72=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C048 is #373FB7. Grayscale: #B5B5B5. Windows color (decimal): -3620792 or 4767944. OLE color: 4767944.

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

Color convert

RGB 200 192 72 -
CMYK 0 0.04 0.64 0.22
HSL 56.25º 0.54% 0.53% -
HSV(B) 56.25º 0.64% 0.78% -
XYZ 43.84 50.45 13.56 -
YUV 180.71 66.65 141.76 -
System Red Green Blue C M Y K H S L
Decimal 200 192 72 0 0.04 0.64 0.22 56.25 0.54 0.53
Hex C8 C0 48 0 4 40 16 38 36 35
Octal 310 300 110 0 4 100 26 70 66 65
Binary 11001000 11000000 1001000 0 100 1000000 10110 111000 110110 110101

Color Harmonies of #C8C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C048

Black with #C8C048

Text Example


Text Example

White with #C8C048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C048; }

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

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

background-color css

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

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

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

border-color css

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

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

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