Html Css Color HEX #C8C638 Wattle

📋 copy color: '#C8C638'

red 200 ◦ green 198 ◦ blue 56

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

Shades of Wattle #C8C638

Tints of Wattle #C8C638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.33%

R = 44.05%
G = 43.61%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C8C638 (or 0xC8C638) is known color: Wattle. HEX triplet: C8, C6 and 38. RGB value is (200,198,56). Sum of RGB (Red+Green+Blue) = 200+198+56=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C638 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C638 is #3739C7. Grayscale: #B6B6B6. Windows color (decimal): -3619272 or 3720904. OLE color: 3720904.

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

Color convert

RGB 200 198 56 -
CMYK 0 0.01 0.72 0.22
HSL 59.17º 0.57% 0.5% -
HSV(B) 59.17º 0.72% 0.78% -
XYZ 44.73 52.95 11.6 -
YUV 182.41 56.66 140.55 -
System Red Green Blue C M Y K H S L
Decimal 200 198 56 0 0.01 0.72 0.22 59.17 0.57 0.5
Hex C8 C6 38 0 1 48 16 3B 39 32
Octal 310 306 70 0 1 110 26 73 71 62
Binary 11001000 11000110 111000 0 1 1001000 10110 111011 111001 110010

Color Harmonies of #C8C638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C638

Black with #C8C638

Text Example


Text Example

White with #C8C638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C638; }

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

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

background-color css

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

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

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

border-color css

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

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

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