Html Css Color HEX #C3C63F Wattle

📋 copy color: '#C3C63F'

red 195 ◦ green 198 ◦ blue 63

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

Shades of Wattle #C3C63F

Tints of Wattle #C3C63F

RGB

 RED value IS 195 (76.56% from 255) = 42.76%

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

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

R = 42.76%
G = 43.42%
B = 13.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C3C63F (or 0xC3C63F) is known color: Wattle. HEX triplet: C3, C6 and 3F. RGB value is (195,198,63). Sum of RGB (Red+Green+Blue) = 195+198+63=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C63F is #3C39C0. Grayscale: #B6B6B6. Windows color (decimal): -3946945 or 4179651. OLE color: 4179651.

HSL color Cylindrical-coordinate representation of color #C3C63F: hue angle of 61.33º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3C63F is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 198 63 -
CMYK 0.02 0 0.68 0.22
HSL 61.33º 0.54% 0.51% -
HSV(B) 61.33º 0.68% 0.78% -
XYZ 43.6 52.35 12.51 -
YUV 181.71 61.01 137.48 -
System Red Green Blue C M Y K H S L
Decimal 195 198 63 0.02 0 0.68 0.22 61.33 0.54 0.51
Hex C3 C6 3F 2 0 44 16 3D 36 33
Octal 303 306 77 2 0 104 26 75 66 63
Binary 11000011 11000110 111111 10 0 1000100 10110 111101 110110 110011

Color Harmonies of #C3C63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C63F

Black with #C3C63F

Text Example


Text Example

White with #C3C63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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