Html Css Color HEX #C8C947 Wattle

📋 copy color: '#C8C947'

red 200 ◦ green 201 ◦ blue 71

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

Shades of Wattle #C8C947

Tints of Wattle #C8C947

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.58%

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

R = 42.37%
G = 42.58%
B = 15.04%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C8C947 (or 0xC8C947) is known color: Wattle. HEX triplet: C8, C9 and 47. RGB value is (200,201,71). Sum of RGB (Red+Green+Blue) = 200+201+71=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 71 (28.12% from 255 or 15.04% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C947 is #3736B8. Grayscale: #BABABA. Windows color (decimal): -3618489 or 4704712. OLE color: 4704712.

HSL color Cylindrical-coordinate representation of color #C8C947: hue angle of 60.46º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8C947 is Cyan = 0.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 201 71 -
CMYK 0.00 0 0.65 0.21
HSL 60.46º 0.55% 0.53% -
HSV(B) 60.46º 0.65% 0.79% -
XYZ 45.84 54.51 14.07 -
YUV 185.88 63.17 138.07 -
System Red Green Blue C M Y K H S L
Decimal 200 201 71 0.00 0 0.65 0.21 60.46 0.55 0.53
Hex C8 C9 47 0 0 41 15 3C 37 35
Octal 310 311 107 0 0 101 25 74 67 65
Binary 11001000 11001001 1000111 0 0 1000001 10101 111100 110111 110101

Color Harmonies of #C8C947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C947

Black with #C8C947

Text Example


Text Example

White with #C8C947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C947; }

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

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

background-color css

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

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

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

border-color css

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

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

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