Html Css Color HEX #C8C53F Wattle

📋 copy color: '#C8C53F'

red 200 ◦ green 197 ◦ blue 63

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

Shades of Wattle #C8C53F

Tints of Wattle #C8C53F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.83%

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

R = 43.48%
G = 42.83%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8C53F (or 0xC8C53F) is known color: Wattle. HEX triplet: C8, C5 and 3F. RGB value is (200,197,63). Sum of RGB (Red+Green+Blue) = 200+197+63=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C53F is #373AC0. Grayscale: #B7B7B7. Windows color (decimal): -3619521 or 4179400. OLE color: 4179400.

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

Color convert

RGB 200 197 63 -
CMYK 0 0.02 0.68 0.22
HSL 58.69º 0.55% 0.52% -
HSV(B) 58.69º 0.69% 0.78% -
XYZ 44.68 52.57 12.49 -
YUV 182.62 60.49 140.4 -
System Red Green Blue C M Y K H S L
Decimal 200 197 63 0 0.02 0.68 0.22 58.69 0.55 0.52
Hex C8 C5 3F 0 2 44 16 3B 37 34
Octal 310 305 77 0 2 104 26 73 67 64
Binary 11001000 11000101 111111 0 10 1000100 10110 111011 110111 110100

Color Harmonies of #C8C53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C53F

Black with #C8C53F

Text Example


Text Example

White with #C8C53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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