Html Css Color HEX #C8C649 Wattle

📋 copy color: '#C8C649'

red 200 ◦ green 198 ◦ blue 73

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

Shades of Wattle #C8C649

Tints of Wattle #C8C649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.5%

R = 42.46%
G = 42.04%
B = 15.5%

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

#C8C649 (or 0xC8C649) is known color: Wattle. HEX triplet: C8, C6 and 49. RGB value is (200,198,73). Sum of RGB (Red+Green+Blue) = 200+198+73=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C649 is #3739B6. Grayscale: #B8B8B8. Windows color (decimal): -3619255 or 4835016. OLE color: 4835016.

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

Color convert

RGB 200 198 73 -
CMYK 0 0.01 0.64 0.22
HSL 59.06º 0.54% 0.54% -
HSV(B) 59.06º 0.64% 0.78% -
XYZ 45.22 53.15 14.18 -
YUV 184.35 65.16 139.16 -
System Red Green Blue C M Y K H S L
Decimal 200 198 73 0 0.01 0.64 0.22 59.06 0.54 0.54
Hex C8 C6 49 0 1 40 16 3B 36 36
Octal 310 306 111 0 1 100 26 73 66 66
Binary 11001000 11000110 1001001 0 1 1000000 10110 111011 110110 110110

Color Harmonies of #C8C649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C649

Black with #C8C649

Text Example


Text Example

White with #C8C649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C649; }

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

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

background-color css

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

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

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

border-color css

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

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

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