Html Css Color HEX #C8C448 Wattle

📋 copy color: '#C8C448'

red 200 ◦ green 196 ◦ blue 72

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

Shades of Wattle #C8C448

Tints of Wattle #C8C448

RGB

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

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

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

R = 42.74%
G = 41.88%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C8C448 (or 0xC8C448) is known color: Wattle. HEX triplet: C8, C4 and 48. RGB value is (200,196,72). Sum of RGB (Red+Green+Blue) = 200+196+72=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C448 is #373BB7. Grayscale: #B7B7B7. Windows color (decimal): -3619768 or 4768968. OLE color: 4768968.

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

Color convert

RGB 200 196 72 -
CMYK 0 0.02 0.64 0.22
HSL 58.13º 0.54% 0.53% -
HSV(B) 58.13º 0.64% 0.78% -
XYZ 44.73 52.23 13.85 -
YUV 183.06 65.33 140.08 -
System Red Green Blue C M Y K H S L
Decimal 200 196 72 0 0.02 0.64 0.22 58.13 0.54 0.53
Hex C8 C4 48 0 2 40 16 3A 36 35
Octal 310 304 110 0 2 100 26 72 66 65
Binary 11001000 11000100 1001000 0 10 1000000 10110 111010 110110 110101

Color Harmonies of #C8C448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C448

Black with #C8C448

Text Example


Text Example

White with #C8C448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C448; }

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

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

background-color css

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

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

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

border-color css

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

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

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