Html Css Color HEX #C3C53D Wattle

📋 copy color: '#C3C53D'

red 195 ◦ green 197 ◦ blue 61

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

Shades of Wattle #C3C53D

Tints of Wattle #C3C53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.47%

R = 43.05%
G = 43.49%
B = 13.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C3C53D (or 0xC3C53D) is known color: Wattle. HEX triplet: C3, C5 and 3D. RGB value is (195,197,61). Sum of RGB (Red+Green+Blue) = 195+197+61=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 61 (24.22% from 255 or 13.47% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C53D is #3C3AC2. Grayscale: #B5B5B5. Windows color (decimal): -3947203 or 4048323. OLE color: 4048323.

HSL color Cylindrical-coordinate representation of color #C3C53D: hue angle of 60.88º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3C53D is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 195 197 61 -
CMYK 0.01 0 0.69 0.23
HSL 60.88º 0.54% 0.51% -
HSV(B) 60.88º 0.69% 0.77% -
XYZ 43.31 51.87 12.14 -
YUV 180.9 60.34 138.06 -
System Red Green Blue C M Y K H S L
Decimal 195 197 61 0.01 0 0.69 0.23 60.88 0.54 0.51
Hex C3 C5 3D 1 0 45 17 3D 36 33
Octal 303 305 75 1 0 105 27 75 66 63
Binary 11000011 11000101 111101 1 0 1000101 10111 111101 110110 110011

Color Harmonies of #C3C53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C53D

Black with #C3C53D

Text Example


Text Example

White with #C3C53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C53D; }

 p { color: rgb(195,197,61); }

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

background-color css

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

 a { background-color: rgb(195,197,61); }

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

border-color css

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

 span { border-color: rgb(195,197,61); }

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