Html Css Color HEX #C8C631 Wattle

📋 copy color: '#C8C631'

red 200 ◦ green 198 ◦ blue 49

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

Shades of Wattle #C8C631

Tints of Wattle #C8C631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.96%

R = 44.74%
G = 44.3%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8C631 (or 0xC8C631) is known color: Wattle. HEX triplet: C8, C6 and 31. RGB value is (200,198,49). Sum of RGB (Red+Green+Blue) = 200+198+49=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C631 is #3739CE. Grayscale: #B6B6B6. Windows color (decimal): -3619279 or 3262152. OLE color: 3262152.

HSL color Cylindrical-coordinate representation of color #C8C631: hue angle of 59.21º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8C631 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 198 49 -
CMYK 0 0.01 0.76 0.22
HSL 59.21º 0.61% 0.49% -
HSV(B) 59.21º 0.76% 0.78% -
XYZ 44.57 52.89 10.77 -
YUV 181.61 53.16 141.12 -
System Red Green Blue C M Y K H S L
Decimal 200 198 49 0 0.01 0.76 0.22 59.21 0.61 0.49
Hex C8 C6 31 0 1 4C 16 3B 3D 31
Octal 310 306 61 0 1 114 26 73 75 61
Binary 11001000 11000110 110001 0 1 1001100 10110 111011 111101 110001

Color Harmonies of #C8C631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C631

Black with #C8C631

Text Example


Text Example

White with #C8C631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C631; }

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

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

background-color css

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

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

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

border-color css

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

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

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