#c3ce2b

Color #C3CE2B Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #C3CE2B

Tints of Fuego #C3CE2B

Color information

#C3CE2B (or 0xC3CE2B) is unknown color: approx Fuego. HEX triplet: C3, CE and 2B. RGB value is (195,206,43). Sum of RGB (Red+Green+Blue) = 195+206+43=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 43 (17.19% from 255 or 9.68% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CE2B is #3C31D4. Grayscale: #B8B8B8. Windows color (decimal): -3944917 or 2870979. OLE color: 2870979.

HSL color Cylindrical-coordinate representation of color #C3CE2B: hue angle of 64.05º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3CE2B is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB19520643-
CMYK0.0500.790.19
HSL64.05º65.46%48.82%-
HSV(B)64.05º79.13%80.78%-
XYZ45.0155.9210.71-
YUV184.1348.36135.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.92%
GREEN value IS 206 (80.86% from 255) = 46.40%
BLUE value IS 43 (17.19% from 255) = 9.68%
R=43.92%
G=46.40%
B=9.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal195206430.0500.790.1964.0565.4648.82
HexC3CE2B504F13404131
Octal30331653501172310010161
Binary1100001111001110101011101010011111001110000001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3ce2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3ce2b; }

 p { color: rgb(195,206,43); }

 H1.HeaderClassName
 {
   color: #c3ce2b;
 }
 .AnyTagClassName
 {
   color: #c3ce2b;
 }
</style>
background-color css

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

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

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

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

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

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