Html Css Color HEX #C8C14C Wattle

📋 copy color: '#C8C14C'

red 200 ◦ green 193 ◦ blue 76

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

Shades of Wattle #C8C14C

Tints of Wattle #C8C14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.2%

R = 42.64%
G = 41.15%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8C14C (or 0xC8C14C) is known color: Wattle. HEX triplet: C8, C1 and 4C. RGB value is (200,193,76). Sum of RGB (Red+Green+Blue) = 200+193+76=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 76 (30.08% from 255 or 16.20% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C14C is #373EB3. Grayscale: #B6B6B6. Windows color (decimal): -3620532 or 5030344. OLE color: 5030344.

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

Color convert

RGB 200 193 76 -
CMYK 0 0.04 0.62 0.22
HSL 56.61º 0.53% 0.54% -
HSV(B) 56.61º 0.62% 0.78% -
XYZ 44.19 50.94 14.34 -
YUV 181.76 68.32 141.01 -
System Red Green Blue C M Y K H S L
Decimal 200 193 76 0 0.04 0.62 0.22 56.61 0.53 0.54
Hex C8 C1 4C 0 4 3E 16 39 35 36
Octal 310 301 114 0 4 76 26 71 65 66
Binary 11001000 11000001 1001100 0 100 111110 10110 111001 110101 110110

Color Harmonies of #C8C14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C14C

Black with #C8C14C

Text Example


Text Example

White with #C8C14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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