Html Css Color HEX #C8C641 Wattle

📋 copy color: '#C8C641'

red 200 ◦ green 198 ◦ blue 65

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

Shades of Wattle #C8C641

Tints of Wattle #C8C641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.04%

R = 43.2%
G = 42.76%
B = 14.04%

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

#C8C641 (or 0xC8C641) is known color: Wattle. HEX triplet: C8, C6 and 41. RGB value is (200,198,65). Sum of RGB (Red+Green+Blue) = 200+198+65=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C641 is #3739BE. Grayscale: #B7B7B7. Windows color (decimal): -3619263 or 4310728. OLE color: 4310728.

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

Color convert

RGB 200 198 65 -
CMYK 0 0.01 0.68 0.22
HSL 59.11º 0.55% 0.52% -
HSV(B) 59.11º 0.68% 0.78% -
XYZ 44.97 53.05 12.87 -
YUV 183.44 61.16 139.81 -
System Red Green Blue C M Y K H S L
Decimal 200 198 65 0 0.01 0.68 0.22 59.11 0.55 0.52
Hex C8 C6 41 0 1 44 16 3B 37 34
Octal 310 306 101 0 1 104 26 73 67 64
Binary 11001000 11000110 1000001 0 1 1000100 10110 111011 110111 110100

Color Harmonies of #C8C641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C641

Black with #C8C641

Text Example


Text Example

White with #C8C641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C641; }

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

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

background-color css

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

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

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

border-color css

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

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

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