Html Css Color HEX #C3C334 Fuego

📋 copy color: '#C3C334'

red 195 ◦ green 195 ◦ blue 52

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

Shades of Fuego #C3C334

Tints of Fuego #C3C334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.76%

R = 44.12%
G = 44.12%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C3C334 (or 0xC3C334) is known color: Fuego. HEX triplet: C3, C3 and 34. RGB value is (195,195,52). Sum of RGB (Red+Green+Blue) = 195+195+52=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C334 is #3C3CCB. Grayscale: #B3B3B3. Windows color (decimal): -3947724 or 3457987. OLE color: 3457987.

HSL color Cylindrical-coordinate representation of color #C3C334: hue angle of 60º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3C334 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 195 52 -
CMYK 0 0 0.73 0.24
HSL 60º 0.58% 0.48% -
HSV(B) 60º 0.73% 0.76% -
XYZ 42.64 50.88 10.82 -
YUV 178.7 56.5 139.63 -
System Red Green Blue C M Y K H S L
Decimal 195 195 52 0 0 0.73 0.24 60 0.58 0.48
Hex C3 C3 34 0 0 49 18 3C 3A 30
Octal 303 303 64 0 0 111 30 74 72 60
Binary 11000011 11000011 110100 0 0 1001001 11000 111100 111010 110000

Color Harmonies of #C3C334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C334

Black with #C3C334

Text Example


Text Example

White with #C3C334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C334; }

 p { color: rgb(195,195,52); }

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

background-color css

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

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

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

border-color css

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

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

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