Html Css Color HEX #C8C647 Wattle

📋 copy color: '#C8C647'

red 200 ◦ green 198 ◦ blue 71

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

Shades of Wattle #C8C647

Tints of Wattle #C8C647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.14%

R = 42.64%
G = 42.22%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C8C647 (or 0xC8C647) is known color: Wattle. HEX triplet: C8, C6 and 47. RGB value is (200,198,71). Sum of RGB (Red+Green+Blue) = 200+198+71=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 71 (28.12% from 255 or 15.14% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C647 is #3739B8. Grayscale: #B8B8B8. Windows color (decimal): -3619257 or 4703944. OLE color: 4703944.

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

Color convert

RGB 200 198 71 -
CMYK 0 0.01 0.64 0.22
HSL 59.07º 0.54% 0.53% -
HSV(B) 59.07º 0.65% 0.78% -
XYZ 45.15 53.12 13.84 -
YUV 184.12 64.16 139.33 -
System Red Green Blue C M Y K H S L
Decimal 200 198 71 0 0.01 0.64 0.22 59.07 0.54 0.53
Hex C8 C6 47 0 1 40 16 3B 36 35
Octal 310 306 107 0 1 100 26 73 66 65
Binary 11001000 11000110 1000111 0 1 1000000 10110 111011 110110 110101

Color Harmonies of #C8C647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C647

Black with #C8C647

Text Example


Text Example

White with #C8C647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C647; }

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

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

background-color css

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

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

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

border-color css

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

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

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