Html Css Color HEX #C3C230 Fuego

📋 copy color: '#C3C230'

red 195 ◦ green 194 ◦ blue 48

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

Shades of Fuego #C3C230

Tints of Fuego #C3C230

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.39%

 BLUE value IS 48 (19.14% from 255) = 10.98%

R = 44.62%
G = 44.39%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C3C230 (or 0xC3C230) is known color: Fuego. HEX triplet: C3, C2 and 30. RGB value is (195,194,48). Sum of RGB (Red+Green+Blue) = 195+194+48=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C230 is #3C3DCF. Grayscale: #B2B2B2. Windows color (decimal): -3947984 or 3195587. OLE color: 3195587.

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

Color convert

RGB 195 194 48 -
CMYK 0 0.01 0.75 0.24
HSL 59.59º 0.6% 0.48% -
HSV(B) 59.59º 0.75% 0.76% -
XYZ 42.33 50.4 10.29 -
YUV 177.66 54.83 140.37 -
System Red Green Blue C M Y K H S L
Decimal 195 194 48 0 0.01 0.75 0.24 59.59 0.6 0.48
Hex C3 C2 30 0 1 4B 18 3C 3C 30
Octal 303 302 60 0 1 113 30 74 74 60
Binary 11000011 11000010 110000 0 1 1001011 11000 111100 111100 110000

Color Harmonies of #C3C230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C230

Black with #C3C230

Text Example


Text Example

White with #C3C230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C230; }

 p { color: rgb(195,194,48); }

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

background-color css

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

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

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

border-color css

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

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

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