Html Css Color HEX #C4C33C Wattle

📋 copy color: '#C4C33C'

red 196 ◦ green 195 ◦ blue 60

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

Shades of Wattle #C4C33C

Tints of Wattle #C4C33C

RGB

 RED value IS 196 (76.95% from 255) = 43.46%

 GREEN value IS 195 (76.56% from 255) = 43.24%

 BLUE value IS 60 (23.83% from 255) = 13.3%

R = 43.46%
G = 43.24%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4C33C (or 0xC4C33C) is known color: Wattle. HEX triplet: C4, C3 and 3C. RGB value is (196,195,60). Sum of RGB (Red+Green+Blue) = 196+195+60=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C33C is #3B3CC3. Grayscale: #B4B4B4. Windows color (decimal): -3882180 or 3982276. OLE color: 3982276.

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

Color convert

RGB 196 195 60 -
CMYK 0 0.01 0.69 0.23
HSL 59.56º 0.54% 0.5% -
HSV(B) 59.56º 0.69% 0.77% -
XYZ 43.1 51.09 11.87 -
YUV 179.91 60.33 139.48 -
System Red Green Blue C M Y K H S L
Decimal 196 195 60 0 0.01 0.69 0.23 59.56 0.54 0.5
Hex C4 C3 3C 0 1 45 17 3C 36 32
Octal 304 303 74 0 1 105 27 74 66 62
Binary 11000100 11000011 111100 0 1 1000101 10111 111100 110110 110010

Color Harmonies of #C4C33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C33C

Black with #C4C33C

Text Example


Text Example

White with #C4C33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C33C; }

 p { color: rgb(196,195,60); }

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

background-color css

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

 a { background-color: rgb(196,195,60); }

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

border-color css

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

 span { border-color: rgb(196,195,60); }

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