Html Css Color HEX #C8C148 Wattle

📋 copy color: '#C8C148'

red 200 ◦ green 193 ◦ blue 72

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

Shades of Wattle #C8C148

Tints of Wattle #C8C148

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.51%

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

R = 43.01%
G = 41.51%
B = 15.48%

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

#C8C148 (or 0xC8C148) is known color: Wattle. HEX triplet: C8, C1 and 48. RGB value is (200,193,72). Sum of RGB (Red+Green+Blue) = 200+193+72=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C148 is #373EB7. Grayscale: #B5B5B5. Windows color (decimal): -3620536 or 4768200. OLE color: 4768200.

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

Color convert

RGB 200 193 72 -
CMYK 0 0.04 0.64 0.22
HSL 56.72º 0.54% 0.53% -
HSV(B) 56.72º 0.64% 0.78% -
XYZ 44.06 50.89 13.63 -
YUV 181.3 66.32 141.34 -
System Red Green Blue C M Y K H S L
Decimal 200 193 72 0 0.04 0.64 0.22 56.72 0.54 0.53
Hex C8 C1 48 0 4 40 16 39 36 35
Octal 310 301 110 0 4 100 26 71 66 65
Binary 11001000 11000001 1001000 0 100 1000000 10110 111001 110110 110101

Color Harmonies of #C8C148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C148

Black with #C8C148

Text Example


Text Example

White with #C8C148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C148; }

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

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

background-color css

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

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

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

border-color css

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

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

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