Html Css Color HEX #C8C63F Wattle

📋 copy color: '#C8C63F'

red 200 ◦ green 198 ◦ blue 63

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

Shades of Wattle #C8C63F

Tints of Wattle #C8C63F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.67%

R = 43.38%
G = 42.95%
B = 13.67%

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

#C8C63F (or 0xC8C63F) is known color: Wattle. HEX triplet: C8, C6 and 3F. RGB value is (200,198,63). Sum of RGB (Red+Green+Blue) = 200+198+63=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C63F is #3739C0. Grayscale: #B7B7B7. Windows color (decimal): -3619265 or 4179656. OLE color: 4179656.

HSL color Cylindrical-coordinate representation of color #C8C63F: hue angle of 59.12º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8C63F is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 198 63 -
CMYK 0 0.01 0.68 0.22
HSL 59.12º 0.55% 0.52% -
HSV(B) 59.12º 0.69% 0.78% -
XYZ 44.91 53.03 12.57 -
YUV 183.21 60.16 139.98 -
System Red Green Blue C M Y K H S L
Decimal 200 198 63 0 0.01 0.68 0.22 59.12 0.55 0.52
Hex C8 C6 3F 0 1 44 16 3B 37 34
Octal 310 306 77 0 1 104 26 73 67 64
Binary 11001000 11000110 111111 0 1 1000100 10110 111011 110111 110100

Color Harmonies of #C8C63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C63F

Black with #C8C63F

Text Example


Text Example

White with #C8C63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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