Html Css Color HEX #C8C245 Wattle

📋 copy color: '#C8C245'

red 200 ◦ green 194 ◦ blue 69

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

Shades of Wattle #C8C245

Tints of Wattle #C8C245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.9%

R = 43.2%
G = 41.9%
B = 14.9%

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

#C8C245 (or 0xC8C245) is known color: Wattle. HEX triplet: C8, C2 and 45. RGB value is (200,194,69). Sum of RGB (Red+Green+Blue) = 200+194+69=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 69 (27.34% from 255 or 14.90% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C245 is #373DBA. Grayscale: #B6B6B6. Windows color (decimal): -3620283 or 4571848. OLE color: 4571848.

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

Color convert

RGB 200 194 69 -
CMYK 0 0.03 0.66 0.22
HSL 57.25º 0.54% 0.53% -
HSV(B) 57.25º 0.66% 0.78% -
XYZ 44.19 51.29 13.2 -
YUV 181.54 64.49 141.16 -
System Red Green Blue C M Y K H S L
Decimal 200 194 69 0 0.03 0.66 0.22 57.25 0.54 0.53
Hex C8 C2 45 0 3 42 16 39 36 35
Octal 310 302 105 0 3 102 26 71 66 65
Binary 11001000 11000010 1000101 0 11 1000010 10110 111001 110110 110101

Color Harmonies of #C8C245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C245

Black with #C8C245

Text Example


Text Example

White with #C8C245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C245; }

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

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

background-color css

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

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

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

border-color css

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

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

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