Html Css Color HEX #C8C140 Wattle

📋 copy color: '#C8C140'

red 200 ◦ green 193 ◦ blue 64

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

Shades of Wattle #C8C140

Tints of Wattle #C8C140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14%

R = 43.76%
G = 42.23%
B = 14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8C140 (or 0xC8C140) is known color: Wattle. HEX triplet: C8, C1 and 40. RGB value is (200,193,64). Sum of RGB (Red+Green+Blue) = 200+193+64=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C140 is #373EBF. Grayscale: #B4B4B4. Windows color (decimal): -3620544 or 4243912. OLE color: 4243912.

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

Color convert

RGB 200 193 64 -
CMYK 0 0.04 0.68 0.22
HSL 56.91º 0.55% 0.52% -
HSV(B) 56.91º 0.68% 0.78% -
XYZ 43.81 50.79 12.34 -
YUV 180.39 62.32 141.99 -
System Red Green Blue C M Y K H S L
Decimal 200 193 64 0 0.04 0.68 0.22 56.91 0.55 0.52
Hex C8 C1 40 0 4 44 16 39 37 34
Octal 310 301 100 0 4 104 26 71 67 64
Binary 11001000 11000001 1000000 0 100 1000100 10110 111001 110111 110100

Color Harmonies of #C8C140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C140

Black with #C8C140

Text Example


Text Example

White with #C8C140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C140; }

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

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

background-color css

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

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

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

border-color css

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

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

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