Html Css Color HEX #C8C640 Wattle

📋 copy color: '#C8C640'

red 200 ◦ green 198 ◦ blue 64

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

Shades of Wattle #C8C640

Tints of Wattle #C8C640

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.86%

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

R = 43.29%
G = 42.86%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8C640 (or 0xC8C640) is known color: Wattle. HEX triplet: C8, C6 and 40. RGB value is (200,198,64). Sum of RGB (Red+Green+Blue) = 200+198+64=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C640 is #3739BF. Grayscale: #B7B7B7. Windows color (decimal): -3619264 or 4245192. OLE color: 4245192.

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

Color convert

RGB 200 198 64 -
CMYK 0 0.01 0.68 0.22
HSL 59.12º 0.55% 0.52% -
HSV(B) 59.12º 0.68% 0.78% -
XYZ 44.94 53.04 12.72 -
YUV 183.32 60.66 139.9 -
System Red Green Blue C M Y K H S L
Decimal 200 198 64 0 0.01 0.68 0.22 59.12 0.55 0.52
Hex C8 C6 40 0 1 44 16 3B 37 34
Octal 310 306 100 0 1 104 26 73 67 64
Binary 11001000 11000110 1000000 0 1 1000100 10110 111011 110111 110100

Color Harmonies of #C8C640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C640

Black with #C8C640

Text Example


Text Example

White with #C8C640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C640; }

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

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

background-color css

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

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

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

border-color css

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

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

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